From 2850f3afea4bfa26009bb217c9fdea06e52800b2 Mon Sep 17 00:00:00 2001
From: Frank Gaede <frank.gaede@desy.de>
Date: Fri, 30 Oct 2015 22:38:18 +0000
Subject: [PATCH]  - revert previous (accidental) changes

---
 CMakeLists.txt | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CMakeLists.txt b/CMakeLists.txt
index efb4de1c8..6d3b529a6 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -16,10 +16,10 @@ ENDIF(CMAKE_INSTALL_PREFIX_INITIALIZED_TO_DEFAULT)
 
 #---Options-------------------------------------------------------------------------
 option(DD4HEP_USE_XERCESC "Enable 'Detector Builders' based on XercesC"   OFF)
-option(DD4HEP_USE_PYROOT  "Enable 'Detector Builders' based on PyROOT"    ON )  # does not work (compile error)
-option(DD4HEP_USE_GEANT4  "Enable the simulation part based on Geant4"    ON )
-option(DD4HEP_USE_GEAR    "Build gear wrapper for backward compatibility" ON )
-option(DD4HEP_USE_LCIO    "Build lcio extensions"    ON )
+option(DD4HEP_USE_PYROOT  "Enable 'Detector Builders' based on PyROOT"    OFF)  # does not work (compile error)
+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" OFF)
 #
-- 
GitLab