Skip to content
Snippets Groups Projects
Commit b0926f34 authored by Eduardo Rodrigues's avatar Eduardo Rodrigues
Browse files

Merge branch 'disable-tesla-cache' into 'master'

Disable functor cache building for Tesla

See merge request !235
parents 50009345 be39ae80
No related branches found
No related tags found
2 merge requests!1103Draft: Add AnalysisHelpers to DaVinci Stack,!235Disable functor cache building for Tesla
......@@ -36,7 +36,8 @@ if (NOT "$ENV{CMTCONFIG}" MATCHES ".*-do0$")
# Set dependency so caches build last, after Tesla itself.
set(conf_deps ${deps} MergedConfDB)
foreach(production Turbo04 Turbo04_TurCal)
#foreach(production Turbo04 Turbo04_TurCal)
foreach(production )
set(cache_name ${production}_FunctorCache)
set(option_files ${options_${production}})
MESSAGE(STATUS "Cache for ${production} from: ${option_files}")
......
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