Skip to content
Snippets Groups Projects
Commit 4e2f82bd authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Build functor cache for debug builds

parent 312a1edd
No related branches found
No related tags found
No related merge requests found
......@@ -31,12 +31,6 @@ option(DISABLE_SETTINGS_CACHE
"Disable building of LoKi Functors Cache for threshold settings."
FALSE)
# TODO Can (and should) we move the to the nightly slot configuration?
if(NOT DISABLE_SETTINGS_CACHE AND NOT ($ENV{CMTCONFIG} STREQUAL $ENV{CMTOPT}))
message(STATUS "Disabling functor cache for settings for debug platform.")
set(DISABLE_SETTINGS_CACHE TRUE)
endif()
# Import the cache creation module
include(LoKiFunctorsCache)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment