We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d497d1 commit b273fd0Copy full SHA for b273fd0
1 file changed
CMakeLists.txt
@@ -104,7 +104,7 @@ configure_file("include/${MODULE_NAME}/Version.h.in"
104
)
105
106
include_directories(
107
- ${CMAKE_CURRENT_BINARY_DIR}/include include ${Boost_INCLUDE_DIRS}
+ ${CMAKE_CURRENT_BINARY_DIR}/include include ${Boost_INCLUDE_DIRS} ${Common_INCLUDE_DIRS}
108
109
110
set(LIBRARY_NAME ${MODULE_NAME})
0 commit comments