aboutsummaryrefslogtreecommitdiff
path: root/cmake/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Karney <charles@karney.com>2015-03-03 20:05:18 +0000
committerCharles Karney <charles@karney.com>2015-03-03 20:05:18 +0000
commit135253886bce8579c6b1a93d93697df30e93065c (patch)
treee8bcc470e634561ff2c2327207d5adebfafa9a43 /cmake/CMakeLists.txt
parent6fda7c17dae37a744f5be859e82c12a81041b099 (diff)
downloadPROJ-135253886bce8579c6b1a93d93697df30e93065c.tar.gz
PROJ-135253886bce8579c6b1a93d93697df30e93065c.zip
Switch cmake name from PROJ to PROJ4
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@2644 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'cmake/CMakeLists.txt')
-rw-r--r--cmake/CMakeLists.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt
index dcb0a61a..742da0e9 100644
--- a/cmake/CMakeLists.txt
+++ b/cmake/CMakeLists.txt
@@ -3,14 +3,14 @@
# path to the root from there. (Note that the whole install tree can
# be relocated.)
if (NOT WIN32)
- set (INSTALL_CMAKE_DIR "share/cmake/${PROJECT_INTERN_NAME}")
+ set (INSTALL_CMAKE_DIR "share/cmake/${PROJECT_NAME}")
set (PROJECT_ROOT_DIR "../../..")
else ()
set (INSTALL_CMAKE_DIR "cmake")
set (PROJECT_ROOT_DIR "..")
endif ()
-string(TOLOWER "${PROJECT_INTERN_NAME}" PROJECT_NAME_LOWER)
+string(TOLOWER "${PROJECT_NAME}" PROJECT_NAME_LOWER)
configure_file (project-config.cmake.in project-config.cmake @ONLY)
configure_file (project-config-version.cmake.in
project-config-version.cmake @ONLY)