We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2fc54ec + b8eee6d commit 347e283Copy full SHA for 347e283
cmake/templates/Config.cmake.in
@@ -104,7 +104,7 @@ if(NOT TARGET "${@META_PROJECT_VARNAME_UPPER@_LIB}")
104
endif ()
105
106
# add target for the library itself
107
- include("${CMAKE_CURRENT_LIST_DIR}/@META_PROJECT_NAME@@META_CONFIG_SUFFIX@Targets.cmake")
+ include("${CMAKE_CURRENT_LIST_DIR}/@NAMESPACE_PREFIX@@META_PROJECT_NAME@@META_CONFIG_SUFFIX@Targets.cmake")
108
endif()
109
110
# define function to ease use of library in projects following conventions of c++utilities' build script
0 commit comments