diff options
| author | Mike Toews <mwtoews@gmail.com> | 2018-06-02 19:37:23 +1200 |
|---|---|---|
| committer | Mike Toews <mwtoews@gmail.com> | 2018-06-02 19:40:46 +1200 |
| commit | 152f34f98de9264eeb2ba92cd36e6c196b12ff8d (patch) | |
| tree | da21658b9282562ac1d4ee0531ff7607c7015f71 /cmake/ProjConfig.cmake | |
| parent | 524a335e0b80cf4ba8c68bf72321405a2803fca4 (diff) | |
| download | PROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.tar.gz PROJ-152f34f98de9264eeb2ba92cd36e6c196b12ff8d.zip | |
Upgrade http:// to https:// where feasible
Diffstat (limited to 'cmake/ProjConfig.cmake')
| -rw-r--r-- | cmake/ProjConfig.cmake | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/ProjConfig.cmake b/cmake/ProjConfig.cmake index 3c5f110d..a97ea9b3 100644 --- a/cmake/ProjConfig.cmake +++ b/cmake/ProjConfig.cmake @@ -5,7 +5,7 @@ # # Distributed under the Boost Software License, Version 1.0. # (See accompanying file LICENSE_1_0.txt or copy at -# http://www.boost.org/LICENSE_1_0.txt) +# https://www.boost.org/LICENSE_1_0.txt) ################################################################################ include (CheckIncludeFiles) include (CheckLibraryExists) @@ -34,7 +34,7 @@ set(PACKAGE_BUGREPORT "https://github.com/OSGeo/proj.4/issues") set(PACKAGE_NAME "PROJ") set(PACKAGE_STRING "PROJ ${${PROJECT_INTERN_NAME}_VERSION}") set(PACKAGE_TARNAME "proj") -set(PACKAGE_URL "http://proj4.org") +set(PACKAGE_URL "https://proj4.org") set(PACKAGE_VERSION "${${PROJECT_INTERN_NAME}_VERSION}") configure_file(cmake/proj_config.cmake.in src/proj_config.h) |
