Skip to content

Commit

Permalink
Boost: set include path in cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
breznak committed Jan 25, 2018
1 parent f07e2d6 commit fb4874d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions external/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ include(ExternalProject)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}")

set(BOOST_INCLUDEDIR "${PROJECT_SOURCE_DIR}/include/")

include(CapnProto)

include(Swig)
Expand Down

0 comments on commit fb4874d

Please sign in to comment.