File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -119,11 +119,12 @@ export(PACKAGE cppnetlib)
119
119
file (RELATIVE_PATH REL_INCLUDE_DIR "${INSTALL_CMAKE_DIR} "
120
120
"${CMAKE_INSTALL_FULL_INCLUDEDIR} " )
121
121
# ... for the build tree
122
- set (CONF_INCLUDE_DIRS "${PROJECT_SOURCE_DIR} " )
122
+ set (CONF_INCLUDE_DIRS "${PROJECT_SOURCE_DIR} " ${Boost_INCLUDE_DIRS} )
123
123
configure_file (cppnetlibConfig.cmake.in
124
124
"${PROJECT_BINARY_DIR} /cppnetlibConfig.cmake" @ONLY )
125
125
# ... for the install tree
126
126
set (CONF_INCLUDE_DIRS "\$ {CPPNETLIB_CMAKE_DIR}/${REL_INCLUDE_DIR} " )
127
+ set (CONF_INCLUDE_DIRS ${CONF_INCLUDE_DIRS} ${Boost_INCLUDE_DIRS} )
127
128
configure_file (cppnetlibConfig.cmake.in
128
129
"${PROJECT_BINARY_DIR}${CMAKE_FILES_DIRECTORY} /cppnetlibConfig.cmake" @ONLY )
129
130
# ... for both
You can’t perform that action at this time.
0 commit comments