Add boost headers to include path

Armin Burgmeier 2010-03-02 18:56:10 +01:00
parent 5242e50cd1
commit 99eced551c
1 changed files with 2 additions and 0 deletions

View File

@ -666,6 +666,8 @@ include(FindZLIB)
include(FindBoost)
if(NOT Boost_INCLUDE_DIR)
message(SEND_ERROR "Could not find the Boost C++ Libraries")
else()
include_directories(SYSTEM ${Boost_INCLUDE_DIR})
endif()
include(FindThreads)