Merge pull request #21 from hrittich/upstream-patches

Fix namespace for file names
This commit is contained in:
Martchus 2021-10-03 19:48:57 +02:00 committed by GitHub
commit 347e283e8b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@ if(NOT TARGET "${@META_PROJECT_VARNAME_UPPER@_LIB}")
endif ()
# add target for the library itself
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")
endif()
# define function to ease use of library in projects following conventions of c++utilities' build script