Skip to content
Snippets Groups Projects
Commit f8ae6814 authored by Rosen Matev's avatar Rosen Matev :sunny:
Browse files

Silence warnings from Boost

parent 601db242
No related branches found
No related tags found
2 merge requests!85merge master to future,!76Fixes for v42r5 release
......@@ -11,9 +11,11 @@ gaudi_depends_on_subdirs(Calo/CaloUtils
Phys/LoKiPhys
Phys/DaVinci)
find_package(Boost)
find_package(ROOT)
# hide warnings from some external projects
include_directories(SYSTEM ${ROOT_INCLUDE_DIRS})
include_directories(SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS})
find_package(pytools)
......@@ -30,4 +32,3 @@ gaudi_add_dictionary(KaliCalo
OPTIONS " -U__MINGW32__ ")
gaudi_install_python_modules()
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