Compilation : fix oqgraph's system check, in case where boost header aren't in standard include directory.
This commit is contained in:
parent
142c0a0424
commit
2c97d5a305
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user