aboutsummaryrefslogtreecommitdiff
path: root/cmake/project-config.cmake.in
diff options
context:
space:
mode:
Diffstat (limited to 'cmake/project-config.cmake.in')
-rw-r--r--cmake/project-config.cmake.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/project-config.cmake.in b/cmake/project-config.cmake.in
index 9a52b3b5..57445463 100644
--- a/cmake/project-config.cmake.in
+++ b/cmake/project-config.cmake.in
@@ -23,6 +23,7 @@ set (@PROJECT_NAME@_BINARY_DIRS "${_ROOT}/@BINDIR@")
set (@PROJECT_NAME@_LIBRARIES proj)
# Read in the exported definition of the library
include ("${_DIR}/@PROJECT_NAME_LOWER@-targets.cmake")
+include ("${_DIR}/@PROJECT_NAME_LOWER@-namespace-targets.cmake")
unset (_ROOT)
unset (_DIR)