Skip to content

Commit

Permalink
WIP: fixed typo which broke some tests (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
fryeguy52 committed Jul 28, 2017
1 parent bd82a89 commit 0a09a9b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tribits/core/package_arch/TribitsLibraryMacros.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,8 @@ FUNCTION(TRIBITS_ADD_LIBRARY LIBRARY_NAME_IN)
MESSAGE(FATAL_ERROR "Must call TRIBITS_ADD_LIBRARY() before TRIBITS_PACKAGE_POSTPROCESS() in ${TRIBITS_PACKAGE_CMAKELIST_FILE}")
ENDIF()


SET(LIBRARY_NAME_PREFIX "${${PROJECT_NAME}_LIBRARY_NAME_PREFIX}")
SET(LIBRARY_NAME ${LIBRARY_NAME_PREFIX}${LIBRARY_NAME_IN})

IF (${PROJECT_NAME}_VERBOSE_CONFIGURE)
Expand Down

0 comments on commit 0a09a9b

Please sign in to comment.