From 152f34f98de9264eeb2ba92cd36e6c196b12ff8d Mon Sep 17 00:00:00 2001 From: Mike Toews Date: Sat, 2 Jun 2018 19:37:23 +1200 Subject: Upgrade http:// to https:// where feasible --- cmake/ProjConfig.cmake | 4 ++-- cmake/ProjSystemInfo.cmake | 2 +- cmake/ProjUtilities.cmake | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'cmake') 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) diff --git a/cmake/ProjSystemInfo.cmake b/cmake/ProjSystemInfo.cmake index 2c66e268..18a80fa7 100644 --- a/cmake/ProjSystemInfo.cmake +++ b/cmake/ProjSystemInfo.cmake @@ -7,7 +7,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) ################################################################################ # The following variables are defined: # PROJ_COMPILER_NAME - name of compiler toolset, follows Boost toolset naming. diff --git a/cmake/ProjUtilities.cmake b/cmake/ProjUtilities.cmake index 79ecf96b..70d3d518 100644 --- a/cmake/ProjUtilities.cmake +++ b/cmake/ProjUtilities.cmake @@ -9,7 +9,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 ################################################################################ # Macros in this module: # @@ -355,7 +355,7 @@ endmacro() # # Scans the current directory and returns a list of subdirectories. # Author: Robert Fleming -# Source: http://www.cmake.org/pipermail/cmake/2008-February/020114.html +# Source: https://www.cmake.org/pipermail/cmake/2008-February/020114.html # # Third parameter is 1 if you want relative paths returned. # Usage: list_subdirectories(the_list_is_returned_here /path/to/project TRUE) -- cgit v1.2.3