Skip to content
Snippets Groups Projects
Commit d4fd1cde authored by Dmitry Popov's avatar Dmitry Popov
Browse files

VDT fix for G4Hadronic

parent ae2e4d17
Branches
Tags
1 merge request!61Release of v106r2
......@@ -4,6 +4,8 @@ gaudi_depends_on_subdirs(Geant4/G4config)
gaudi_depends_on_subdirs(LHCbG4PhysLists)
find_package(CLHEP REQUIRED)
# needed for cppyy at runtime in ROOT 6.16+
find_package(VDT REQUIRED)
include_directories(SYSTEM ${CMAKE_INSTALL_PREFIX}/include ${CLHEP_INCLUDE_DIRS})
......@@ -25,7 +27,7 @@ set(Geant4_LIBRARIES
gaudi_add_executable(G4HadronicXSectionsTest
G4HadronicXSectionsTest.cc src/*.cc
INCLUDE_DIRS include CLHEP
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP VDT)
LINK_LIBRARIES ${Geant4_LIBRARIES} CLHEP)
add_dependencies(G4HadronicXSectionsTest Geant4)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment