aboutsummaryrefslogtreecommitdiff
path: root/cmake/project-config.cmake.in
diff options
context:
space:
mode:
authorCharles Karney <charles.karney@sri.com>2020-01-25 10:03:46 -0500
committerCharles Karney <charles.karney@sri.com>2020-01-25 10:03:46 -0500
commit4efa44d46fb1bc04d590edc635ad6376ccc6d6e6 (patch)
tree0839b62008a7b3f34dff906e3f30c627de2aa23a /cmake/project-config.cmake.in
parent1039889c424af9fd89a637e610c4243839d3cb86 (diff)
downloadPROJ-4efa44d46fb1bc04d590edc635ad6376ccc6d6e6.tar.gz
PROJ-4efa44d46fb1bc04d590edc635ad6376ccc6d6e6.zip
Remove legacy CMake target name "proj" addressing #802
Diffstat (limited to 'cmake/project-config.cmake.in')
-rw-r--r--cmake/project-config.cmake.in1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/project-config.cmake.in b/cmake/project-config.cmake.in
index c62ecb47..fcb0698f 100644
--- a/cmake/project-config.cmake.in
+++ b/cmake/project-config.cmake.in
@@ -23,7 +23,6 @@ set (@PROJECT_NAME@_BINARY_DIRS "${_ROOT}/@BINDIR@")
set (@PROJECT_NAME@_LIBRARIES @PROJECT_NAME@::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)