aboutsummaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorMike Taves <mwtoews@gmail.com>2019-06-04 21:29:04 +0000
committerMike Taves <mwtoews@gmail.com>2019-06-04 21:29:04 +0000
commitbb477269900a809c9fd3727b82552d471d69e796 (patch)
treeb95235d5fa439bdb65ba677d367db6ab8aca180f /cmake
parente16b5585d59f1e153d67f04c8199a2468b89563f (diff)
downloadPROJ-bb477269900a809c9fd3727b82552d471d69e796.tar.gz
PROJ-bb477269900a809c9fd3727b82552d471d69e796.zip
Update GitHub references: proj.4 -> PROJ
Diffstat (limited to 'cmake')
-rw-r--r--cmake/ProjConfig.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/ProjConfig.cmake b/cmake/ProjConfig.cmake
index 2d992992..3f0b3d2e 100644
--- a/cmake/ProjConfig.cmake
+++ b/cmake/ProjConfig.cmake
@@ -31,7 +31,7 @@ check_function_exists(strerror HAVE_STRERROR)
check_library_exists(m ceil "" HAVE_LIBM)
set(PACKAGE "proj")
-set(PACKAGE_BUGREPORT "https://github.com/OSGeo/proj.4/issues")
+set(PACKAGE_BUGREPORT "https://github.com/OSGeo/PROJ/issues")
set(PACKAGE_NAME "PROJ")
set(PACKAGE_STRING "PROJ ${${PROJECT_INTERN_NAME}_VERSION}")
set(PACKAGE_TARNAME "proj")