diff --git a/CMakeLists.txt b/CMakeLists.txt index 23ed87c3704aa14115ecf39199b71355259b7861..1a79c4a79956659f8a4b1762d6346a7ee96aeb69 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,7 +21,7 @@ option(DD4HEP_USE_GEANT4 "Enable the simulation part based on Geant4" OFF) option(DD4HEP_USE_GEAR "Build gear wrapper for backward compatibility" OFF) option(DD4HEP_USE_LCIO "Build lcio extensions" OFF) option(BUILD_TESTING "Enable and build tests" ON) -option(DD4HEP_USE_CXX11 "Build DD4hep using c++11" ON) +option(DD4HEP_USE_CXX11 "Build DD4hep using c++11" OFF) option(DD4HEP_USE_CXX14 "Build DD4hep using c++14" OFF) # #-----------------------------------------------------------------------------------------------------