From abd61ac1e7a4f9d5ed9bde9dbdf08e8eaf0c3de5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nick=20=C3=98stergaard?= Date: Sat, 25 Mar 2017 22:46:02 +0100 Subject: [PATCH] Add boost include dir to qa/geometry This is needed on OSX, I don't know why it works on linux and windows without it. --- qa/geometry/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/geometry/CMakeLists.txt b/qa/geometry/CMakeLists.txt index 51bd00e81d..60c857fe6c 100644 --- a/qa/geometry/CMakeLists.txt +++ b/qa/geometry/CMakeLists.txt @@ -37,6 +37,7 @@ include_directories( ${CMAKE_SOURCE_DIR}/include ${CMAKE_SOURCE_DIR}/polygon ${CMAKE_SOURCE_DIR}/common/geometry + ${Boost_INCLUDE_DIR} ) target_link_libraries(qa_geometry