From 46dfa1abfaf5bc35f7400e618467504fd2c79013 Mon Sep 17 00:00:00 2001 From: Vitaliy Filippov Date: Sat, 21 May 2016 12:45:43 +0300 Subject: [PATCH] Add boost_INCLUDE_DIRS (fix #77) --- libgrive/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/libgrive/CMakeLists.txt b/libgrive/CMakeLists.txt index 90ef451..39d64f7 100644 --- a/libgrive/CMakeLists.txt +++ b/libgrive/CMakeLists.txt @@ -44,6 +44,7 @@ endif ( ZLIB_FOUND ) include_directories( ${libgrive_SOURCE_DIR}/src ${libgrive_SOURCE_DIR}/test + ${Boost_INCLUDE_DIRS} ${OPT_INCS} ${YAJL_INCLUDE_DIRS} )