Skip to content
Snippets Groups Projects

Do not set G4VERBOSE to ON when building in Debug

Merged Ben Couturier requested to merge no_G4VERBOSE into master
1 file
+ 0
5
Compare changes
  • Side-by-side
  • Inline
@@ -17,11 +17,6 @@ set(${PROJECT_NAME}_VERSION "${${PROJECT_NAME}_VERSION}.${${PROJECT_NAME}_VERSIO
include(FindDataPackage)
find_data_package(Geant4Files ${Geant4_VERSION_MAJOR}${Geant4_VERSION_MINOR}.0)
if(CMAKE_BUILD_TYPE MATCHES "Debug")
set(G4VERBOSE ON)
else()
set(G4VERBOSE OFF)
endif()
# FIXME: this should match the version used by ROOT (LCG version + compiler version)
set(GEANT4_BUILD_CXXSTD 17 CACHE STRING "C++ Standard")
Loading