Skip to content

Commit

Permalink
Merge pull request #1863 from STEllAR-GROUP/boost-includes
Browse files Browse the repository at this point in the history
Use SYSTEM for boost includes
  • Loading branch information
hkaiser committed Nov 15, 2015
2 parents c2b4eb1 + 9a6aaac commit cd34634
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/HPX_SetupBoost.cmake
Expand Up @@ -127,7 +127,7 @@ if(Boost_VERSION LESS 105300)
hpx_add_config_define(BOOST_NO_0X_HDR_ATOMIC)
endif()

include_directories(${Boost_INCLUDE_DIRS})
include_directories(SYSTEM ${Boost_INCLUDE_DIRS})
link_directories(${Boost_LIBRARY_DIRS})
if(NOT MSVC)
hpx_libraries(${Boost_LIBRARIES})
Expand Down

0 comments on commit cd34634

Please sign in to comment.