Skip to content
Snippets Groups Projects
Commit b10c7474 authored by Gloria Corti's avatar Gloria Corti
Browse files

Merge branch 'no_G4VERBOSE' into 'master'

Do not set G4VERBOSE to ON when building in Debug

Closes #15

See merge request lhcb/Geant4!104
parents f5de21e7 8e0fab4c
No related branches found
No related tags found
1 merge request!104Do not set G4VERBOSE to ON when building in Debug
......@@ -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")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment