aboutsummaryrefslogtreecommitdiff
path: root/modules/ECMPackageConfigHelpers.cmake
diff options
context:
space:
mode:
authorFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
committerFriedrich W. H. Kossebau <kossebau@kde.org>2019-01-09 05:32:17 +0100
commit1e9e1c508e177b6466282dfad273cf6cfcdf5c76 (patch)
tree49da1bbe094179ab57190f99340a5c67c5c6f4b3 /modules/ECMPackageConfigHelpers.cmake
parentefdca205db4b230b068da480267e665e28b48423 (diff)
downloadextra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.gz
extra-cmake-modules-1e9e1c508e177b6466282dfad273cf6cfcdf5c76.tar.bz2
Use more https in links
Diffstat (limited to 'modules/ECMPackageConfigHelpers.cmake')
-rw-r--r--modules/ECMPackageConfigHelpers.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/ECMPackageConfigHelpers.cmake b/modules/ECMPackageConfigHelpers.cmake
index a118feae..b03d066e 100644
--- a/modules/ECMPackageConfigHelpers.cmake
+++ b/modules/ECMPackageConfigHelpers.cmake
@@ -6,7 +6,7 @@
#
# ``write_basic_package_version_file()`` is the same as the one provided by the
# `CMakePackageConfigHelpers
-# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_
+# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_
# module in CMake; see that module's documentation for
# more information.
#
@@ -23,7 +23,7 @@
# 2.8.12, except that it adds an extra helper macro: find_dependency(). It is
# highly recommended that you read the `documentation for
# CMakePackageConfigHelpers
-# <http://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_
+# <https://www.cmake.org/cmake/help/v2.8.12/cmake.html#module:CMakePackageConfigHelpers>`_
# for more information, particularly with regard to the PATH_VARS argument.
#
# Note that there is no argument that will disable the find_dependency() macro;