CMakeLists: properly handle the GEOMODEL_BUILD_EXAMPLES_W_GEANT4 option
Compare changes
+ 10
− 3
@@ -29,13 +29,13 @@ if( APPLE )
@@ -133,8 +133,15 @@ if(GEOMODEL_BUILD_ATLASEXTENSIONS)
The GEOMODEL_BUILD_EXAMPLES_W_GEANT4 option was working only when also the GEOMODEL_BUILD_EXAMPLES option was activated. Now:
This also allows the CI to test properly the Geant4 examples which were not built and tested before