FairMQLogger : remove pragma command and use CMake include SYSTEM command instead

This commit is contained in:
NicolasWinckler
2015-11-24 12:06:07 +01:00
committed by Florian Uhlig
parent 2afa0652f4
commit 2060f0b1d7
2 changed files with 8 additions and 31 deletions

View File

@@ -13,7 +13,9 @@ set(INCLUDE_DIRECTORIES
)
include_directories(${INCLUDE_DIRECTORIES})
include_directories(${Boost_INCLUDE_DIRS})
set(SYSTEM_INCLUDE_DIRECTORIES ${Boost_INCLUDE_DIR})
include_Directories(SYSTEM ${SYSTEM_INCLUDE_DIRECTORIES})
set(LINK_DIRECTORIES ${Boost_LIBRARY_DIRS})