Commit 2c97d5a3 authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Compilation : fix oqgraph's system check, in case where boost header aren't in...

Compilation : fix oqgraph's system check, in case where boost header aren't in standard include directory.
parent 142c0a04
......@@ -3,6 +3,7 @@ IF(NOT Boost_FOUND)
RETURN()
ENDIF()
INCLUDE_DIRECTORIES(BEFORE ${Boost_INCLUDE_DIRS})
SET(CMAKE_REQUIRED_INCLUDES ${CMAKE_REQUIRED_INCLUDES} ${Boost_INCLUDE_DIRS})
IF(MSVC)
# lp:756966 OQGRAPH on Win64 does not compile
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment