Skip to content

Commit

Permalink
add explicit path to Common includes
Browse files Browse the repository at this point in the history
  • Loading branch information
sy-c committed Nov 27, 2017
1 parent 5d497d1 commit b273fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ configure_file("include/${MODULE_NAME}/Version.h.in"
)

include_directories(
${CMAKE_CURRENT_BINARY_DIR}/include include ${Boost_INCLUDE_DIRS}
${CMAKE_CURRENT_BINARY_DIR}/include include ${Boost_INCLUDE_DIRS} ${Common_INCLUDE_DIRS}
)

set(LIBRARY_NAME ${MODULE_NAME})
Expand Down

0 comments on commit b273fd0

Please sign in to comment.