diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index abb2c61e93a36abd02c9b37764a30b3987caf23d..23b87c2a616203edb7549a678a02e428343fab52 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -55,7 +55,7 @@ FOREACH(DDExample IN LISTS DD4HEP_EXAMPLES) add_subdirectory(${DDExample}) ENDFOREACH() -add_subdirectory(DDUpgrade) +###add_subdirectory(DDUpgrade) if(APPLE) SET ( ENV{DD4HEP_LIBRARY_PATH} $ENV{DYLD_LIBRARY_PATH} )