Skip to content
Snippets Groups Projects
Commit 8e0fab4c authored by Ben Couturier's avatar Ben Couturier
Browse files

Do not set G4VERBOSE to ON when buyilding in Debug

parent 27cb71a1
Branches
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.
Please register or to comment