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

Hide warnings from TBB in GaudiSvc

parent 3345c120
No related branches found
No related tags found
1 merge request!820Fix issues for LCG 95
......@@ -4,6 +4,7 @@ gaudi_depends_on_subdirs(GaudiKernel)
find_package(Boost REQUIRED COMPONENTS regex)
find_package(ROOT REQUIRED COMPONENTS Hist RIO Tree Net Matrix Thread MathCore)
find_package(TBB REQUIRED)
find_package(CLHEP)
# Decide whether to link against CLHEP:
......@@ -13,7 +14,7 @@ if( CLHEP_FOUND )
endif()
# Hide some Boost/ROOT/CLHEP compile time warnings
include_directories( SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} )
include_directories( SYSTEM ${Boost_INCLUDE_DIRS} ${ROOT_INCLUDE_DIRS} ${TBB_INCLUDE_DIRS} )
if( CLHEP_FOUND )
include_directories( SYSTEM ${CLHEP_INCLUDE_DIRS} )
endif()
......
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