diff --git a/Phys/TurboCache/CMakeLists.txt b/Phys/TurboCache/CMakeLists.txt
index 4d10149c79a1ae2dc7a9cd77eda50e02edd09e20..e77bab12b2e29c9ee5bec7b8a36747b3022454b7 100644
--- a/Phys/TurboCache/CMakeLists.txt
+++ b/Phys/TurboCache/CMakeLists.txt
@@ -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}")