From 1bf05e15914e9960aae8a6aa85c69ccf22bd3e85 Mon Sep 17 00:00:00 2001 From: Marko Petric <marko.petric@cern.ch> Date: Fri, 18 Mar 2016 17:40:42 +0000 Subject: [PATCH] Uncommented a comment -> remove --- CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 9aac7585c..34998f367 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -67,7 +67,6 @@ add_subdirectory(DDSurfaces) add_subdirectory(DDRec) add_subdirectory(DDDetectors) -fg: comment out this section as it seems to conflict with Geant4 10.02.p01 and CLHEP 2.3.1.1 if(DD4HEP_USE_GEANT4) set ( DD4HEP_USE_CLHEP "OFF" ) #--- create a geant4 variables for the thisdd4hep.sh script -- GitLab