File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Detectors/ITSMFT/common/data/AlpideResponseData Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ set_property(DIRECTORY APPEND PROPERTY CMAKE_CONFIGURE_DEPENDS ${CMAKE_SOURCE_DI
2020
2121if (ITSRESPONSE)
2222 message (STATUS "ITSRESPONSE option provided, setting ITSRESPONSE_DIR from it: " ${ITSRESPONSE} )
23- set (ITSRESPONSE_DIR ${ITSRESPONSE} )
23+ set (ITSRESPONSE_DIR ${ITSRESPONSE} CACHE PATH "ITSResponse directory" )
2424else ()
2525 message (STATUS "ITSRESPONSE option not provided, setting ITSRESPONSE_DIR from environment ITSRESPONSE_ROOT: " $ENV{ITSRESPONSE_ROOT} )
26- set (ITSRESPONSE_DIR $ENV{ITSRESPONSE_ROOT} )
26+ set (ITSRESPONSE_DIR $ENV{ITSRESPONSE_ROOT} CACHE PATH "ITSResponse directory" )
2727endif ()
2828
2929add_custom_command (TARGET O2exe-alpide-response-generator POST_BUILD
You can’t perform that action at this time.
0 commit comments