Commit 368c1e3c authored by Roscoe A. Bartlett's avatar Roscoe A. Bartlett
Browse files

Allow override of <Project>_TRIBITS_DIR in the user cache

parent f6b32aad
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -50,7 +50,7 @@ ENDIF()
## used to be after call to project

# Pull in the TriBITS system and execute
IF(NOT DEFINED(${${PROJECT_NAME}_TRIBITS_DIR}))
IF("${${PROJECT_NAME}_TRIBITS_DIR}" STREQUAL "")
  IF(${PROJECT_NAME} STREQUAL "Futility")
    SET(${PROJECT_NAME}_TRIBITS_DIR
       "${${PROJECT_NAME}_MAIN_SOURCE_DIR}/cmake/tribits" CACHE INTERNAL "")