diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-06-04 21:29:04 +0000 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2019-06-04 21:29:04 +0000 |
| commit | bb477269900a809c9fd3727b82552d471d69e796 (patch) | |
| tree | b95235d5fa439bdb65ba677d367db6ab8aca180f /cmake | |
| parent | e16b5585d59f1e153d67f04c8199a2468b89563f (diff) | |
| download | PROJ-bb477269900a809c9fd3727b82552d471d69e796.tar.gz PROJ-bb477269900a809c9fd3727b82552d471d69e796.zip | |
Update GitHub references: proj.4 -> PROJ
Diffstat (limited to 'cmake')
| -rw-r--r-- | cmake/ProjConfig.cmake | 2 |
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") |
