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 7da9a4b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ get_filename_component(src_numpy_core ${src_numpy_core}/include/.. ABSOLUTE)

message(STATUS "src_numpy_core = ${src_numpy_core}")

# Boost
set(Boost_INCLUDEDIR "${REPOSITORY_DIR}/include/")

#
# Setup include paths
Expand Down

0 comments on commit 7da9a4b

Please sign in to comment.