diff options
author | Alex Turbov <i.zaufi@gmail.com> | 2022-11-06 14:12:14 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2022-11-07 15:05:41 (GMT) |
commit | ac5295a9dea2ff5f130dbd6dd9429bc42761a995 (patch) | |
tree | b6dc8ba50838e5fb6ed826f541448801930ff59e /Modules | |
parent | 7c52e9e9511ecbd3dad2d0de493ea7329a860c5f (diff) | |
download | CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.zip CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.tar.gz CMake-ac5295a9dea2ff5f130dbd6dd9429bc42761a995.tar.bz2 |
Help: Fix broken external links found by sphinx linkcheck
Diffstat (limited to 'Modules')
-rw-r--r-- | Modules/CPackComponent.cmake | 2 | ||||
-rw-r--r-- | Modules/FindCxxTest.cmake | 2 | ||||
-rw-r--r-- | Modules/FindwxWindows.cmake | 3 |
3 files changed, 3 insertions, 4 deletions
diff --git a/Modules/CPackComponent.cmake b/Modules/CPackComponent.cmake index 8ca9f28..529f4e7 100644 --- a/Modules/CPackComponent.cmake +++ b/Modules/CPackComponent.cmake @@ -301,7 +301,7 @@ be built and installed on system using macOS 10.5 or later. The site argument is a URL where the archives for downloadable components will reside, e.g., -https://cmake.org/files/2.6.1/installer/ All of the archives +https://cmake.org/files/v3.25/ All of the archives produced by CPack should be uploaded to that location. UPLOAD_DIRECTORY is the local directory where CPack will create the diff --git a/Modules/FindCxxTest.cmake b/Modules/FindCxxTest.cmake index 3fc0e93..04f8b59 100644 --- a/Modules/FindCxxTest.cmake +++ b/Modules/FindCxxTest.cmake @@ -9,7 +9,7 @@ Find CxxTest unit testing framework. Find the CxxTest suite and declare a helper macro for creating unit tests and integrating them with CTest. For more details on CxxTest -see http://cxxtest.tigris.org +see https://cxxtest.com INPUT Variables diff --git a/Modules/FindwxWindows.cmake b/Modules/FindwxWindows.cmake index 07fbc1b..2d46dbd 100644 --- a/Modules/FindwxWindows.cmake +++ b/Modules/FindwxWindows.cmake @@ -79,8 +79,7 @@ DEPRECATED -AUTHOR Jan Woetzel <http://www.mip.informatik.uni-kiel.de/~jw> -(07/2003-01/2006) +AUTHOR Jan Woetzel (07/2003-01/2006) #]=======================================================================] # ------------------------------------------------------------------ |