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/CPackComponent.cmake | |
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/CPackComponent.cmake')
-rw-r--r-- | Modules/CPackComponent.cmake | 2 |
1 files changed, 1 insertions, 1 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 |