Skip to content
Snippets Groups Projects
Commit 133eff08 authored by Marco Clemencic's avatar Marco Clemencic Committed by Dmitry Popov
Browse files

Added dependency on ROOT for tests runtime.

parent 39eb9461
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,8 @@
!2016-05-10 - Alexander Mazurov
- Fix LHCBGAUSS-741.
Typo in Geant4/G4examples/extended/hadronic/G4Hadr00/CMakeLists.txt
! 2016-04-27 - Marco Clemencic
- Added dependency on ROOT for tests runtime.
!2016-03-16 - Nigel Watson
- Tagged as v6r2, with small corrections to TestEm5, etc.
......
......@@ -6,3 +6,6 @@ gaudi_alias(Calorimeter_test ExampleTestEm3run.sh)
# CMT-compatibility alias
gaudi_alias(testEm3.exe TestEm3)
# Required for tests
find_package(ROOT)
......@@ -6,3 +6,6 @@ gaudi_alias(MultipleScattering_test Em5run.sh)
# CMT-compatibility alias
gaudi_alias(testEm5.exe TestEm5)
# Required for tests
find_package(ROOT)
......@@ -6,3 +6,6 @@ gaudi_alias(hadronic_tests run_hadronic_tests.py)
# CMT-compatibility alias
gaudi_alias(hadr00.exe Hadr00)
# Required for tests
find_package(ROOT)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment