Skip to content
Snippets Groups Projects
Commit 3447d2c5 authored by Marco Clemencic's avatar Marco Clemencic
Browse files

fixed build issue with the latest ROOT version

From: Marco Clemencic <marco.clemencic@cern.ch>


git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@7636 53ecefc3-a64d-0410-9bdf-b8581fa3287e
parent 261a4138
No related branches found
No related tags found
No related merge requests found
......@@ -23,7 +23,8 @@ if(GAUDI_BUILD_TESTS)
LINK_LIBRARIES GaudiKernel PythonLibs CLHEP
NO_PUBLIC_HEADERS)
gaudi_add_dictionary(test_GPyTest src/Test/test.h src/Test/test_selection.xml
LINK_LIBRARIES GaudiKernel PythonLibs CLHEP)
LINK_LIBRARIES GaudiKernel PythonLibs CLHEP
INCLUDE_DIRS src/Test)
include_directories(src/Test)
endif()
......
......@@ -3,6 +3,9 @@ Package manager : Marco Clemencic
Commit Id: $Format:%H$
============================= GaudiPython v13r4 ==============================
! 2015-01-13 - Marco Clemencic
- Fixed a problem building with the latest ROOT 6.02.
! 2015-01-08 - Marco Clemencic
- Adapted GaudiPython.Bindings to the changes introduced with GAUDI-995
(backward incompatible change in IAlgManager).
......
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