diff options
author | Luigi Toscano <luigi.toscano@tiscali.it> | 2019-12-10 00:22:13 +0100 |
---|---|---|
committer | Luigi Toscano <luigi.toscano@tiscali.it> | 2019-12-10 00:22:13 +0100 |
commit | e89d3ff397b8df2f1240130127864c7a76e20784 (patch) | |
tree | 296518bc270ddea8ff7e6527c439e4a4fbc710d0 | |
parent | 599456e68dfdd2f6019bf5fb1238bbcdf00927d8 (diff) | |
download | kconfig-e89d3ff397b8df2f1240130127864c7a76e20784.tar.gz kconfig-e89d3ff397b8df2f1240130127864c7a76e20784.tar.bz2 |
Update the obsolete projects.kde.org URL
Use the generic redirect commits.kde.org.
Change discussed on the kde-frameworks-devel list:
https://mail.kde.org/pipermail/kde-frameworks-devel/2019-November/097564.html
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ce90e35..d5ed8887 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -5,7 +5,7 @@ project(KConfig VERSION ${KF5_VERSION}) include(FeatureSummary) find_package(ECM 5.65.0 NO_MODULE) -set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://projects.kde.org/projects/kdesupport/extra-cmake-modules") +set_package_properties(ECM PROPERTIES TYPE REQUIRED DESCRIPTION "Extra CMake Modules." URL "https://commits.kde.org/extra-cmake-modules") feature_summary(WHAT REQUIRED_PACKAGES_NOT_FOUND FATAL_ON_MISSING_REQUIRED_PACKAGES) set(CMAKE_MODULE_PATH ${ECM_MODULE_PATH}) |