瀏覽代碼

Update links to gitlab.kitware.com repos to add `-/`

GitLab now uses a `/-/` component between the `group/project` part of
the URL and the `{issues,merge_requests,tree}` part so that it can
support `group/subgroup/project` with arbitrary depth.
Brad King 5 年之前
父節點
當前提交
eb705b9531

+ 1 - 1
.github/pull_request_template.md

@@ -2,6 +2,6 @@ Thanks for your interest in contributing to CMake!  The GitHub repository
 is a mirror provided for convenience, but CMake does not use GitHub pull
 is a mirror provided for convenience, but CMake does not use GitHub pull
 requests for contribution.  Please see
 requests for contribution.  Please see
 
 
-  https://gitlab.kitware.com/cmake/cmake/tree/master/CONTRIBUTING.rst
+  https://gitlab.kitware.com/cmake/cmake/-/tree/master/CONTRIBUTING.rst
 
 
 for contribution instructions.  GitHub OAuth may be used to sign in.
 for contribution instructions.  GitHub OAuth may be used to sign in.

+ 1 - 1
CMakeLists.txt

@@ -37,7 +37,7 @@ if(NOT CMake_TEST_EXTERNAL_CMAKE)
   if(CMAKE_SYSTEM_NAME STREQUAL "HP-UX")
   if(CMAKE_SYSTEM_NAME STREQUAL "HP-UX")
     message(FATAL_ERROR
     message(FATAL_ERROR
       "CMake no longer compiles on HP-UX.  See\n"
       "CMake no longer compiles on HP-UX.  See\n"
-      "  https://gitlab.kitware.com/cmake/cmake/issues/17137\n"
+      "  https://gitlab.kitware.com/cmake/cmake/-/issues/17137\n"
       "Use CMake 3.9 or lower instead."
       "Use CMake 3.9 or lower instead."
       )
       )
   endif()
   endif()

+ 3 - 3
Help/cpack_gen/deb.rst

@@ -25,8 +25,8 @@ or a component GROUP name.
 Here are some CPack DEB generator wiki resources that are here for historic
 Here are some CPack DEB generator wiki resources that are here for historic
 reasons and are no longer maintained but may still prove useful:
 reasons and are no longer maintained but may still prove useful:
 
 
- - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/Configuration
- - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/PackageGenerators#deb-unix-only
+ - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
+ - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#deb-unix-only
 
 
 List of CPack DEB generator specific variables:
 List of CPack DEB generator specific variables:
 
 
@@ -282,7 +282,7 @@ List of CPack DEB generator specific variables:
    You may need set :variable:`CMAKE_INSTALL_RPATH` to an appropriate value
    You may need set :variable:`CMAKE_INSTALL_RPATH` to an appropriate value
    if you use this feature, because if you don't ``dpkg-shlibdeps``
    if you use this feature, because if you don't ``dpkg-shlibdeps``
    may fail to find your own shared libs.
    may fail to find your own shared libs.
-   See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
+   See https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/RPATH-handling
 
 
 .. variable:: CPACK_DEBIAN_PACKAGE_DEBUG
 .. variable:: CPACK_DEBIAN_PACKAGE_DEBUG
 
 

+ 2 - 2
Help/cpack_gen/rpm.rst

@@ -36,8 +36,8 @@ http://www.rpm.org/wiki/Docs
 Here are some CPack RPM generator wiki resources that are here for historic
 Here are some CPack RPM generator wiki resources that are here for historic
 reasons and are no longer maintained but may still prove useful:
 reasons and are no longer maintained but may still prove useful:
 
 
- - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/Configuration
- - https://gitlab.kitware.com/cmake/community/wikis/doc/cpack/PackageGenerators#rpm-unix-only
+ - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration
+ - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#rpm-unix-only
 
 
 List of CPack RPM generator specific variables:
 List of CPack RPM generator specific variables:
 
 

+ 4 - 4
Help/dev/review.rst

@@ -28,7 +28,7 @@ request is accepted" option when creating the MR or by editing it.
 This will cause the MR topic branch to be automatically removed from
 This will cause the MR topic branch to be automatically removed from
 the user's fork during the `Merge`_ step.
 the user's fork during the `Merge`_ step.
 
 
-.. _`CMake Merge Requests Page`: https://gitlab.kitware.com/cmake/cmake/merge_requests
+.. _`CMake Merge Requests Page`: https://gitlab.kitware.com/cmake/cmake/-/merge_requests
 .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake
 .. _`CMake Repository`: https://gitlab.kitware.com/cmake/cmake
 
 
 Workflow Status
 Workflow Status
@@ -60,7 +60,7 @@ in GitLab to track the state of a MR:
 The workflow status labels are intended to be mutually exclusive,
 The workflow status labels are intended to be mutually exclusive,
 so please remove any existing workflow label when adding one.
 so please remove any existing workflow label when adding one.
 
 
-.. _`CMake GitLab Project Developers`: https://gitlab.kitware.com/cmake/cmake/settings/members
+.. _`CMake GitLab Project Developers`: https://gitlab.kitware.com/cmake/cmake/-/settings/members
 
 
 Robot Review
 Robot Review
 ============
 ============
@@ -454,8 +454,8 @@ comment instead):
   The ``-t`` option to a ``Do: merge`` command overrides any topic
   The ``-t`` option to a ``Do: merge`` command overrides any topic
   rename set in the MR description.
   rename set in the MR description.
 
 
-.. _`CMake GitLab Project Masters`: https://gitlab.kitware.com/cmake/cmake/settings/members
-.. _`backport instructions`: https://gitlab.kitware.com/utils/git-workflow/wikis/Backport-topics
+.. _`CMake GitLab Project Masters`: https://gitlab.kitware.com/cmake/cmake/-/settings/members
+.. _`backport instructions`: https://gitlab.kitware.com/utils/git-workflow/-/wikis/Backport-topics
 .. _`git rev-parse`: https://git-scm.com/docs/git-rev-parse
 .. _`git rev-parse`: https://git-scm.com/docs/git-rev-parse
 
 
 Close
 Close

+ 1 - 1
Help/dev/testing.rst

@@ -33,7 +33,7 @@ CTest script with local settings and include ``cmake_common.cmake``.
 .. _`CMake Review Process`: review.rst
 .. _`CMake Review Process`: review.rst
 .. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake
 .. _`CMake CDash Page`: https://open.cdash.org/index.php?project=CMake
 .. _`CMake Dashboard Scripts Repository`: https://gitlab.kitware.com/cmake/dashboard-scripts
 .. _`CMake Dashboard Scripts Repository`: https://gitlab.kitware.com/cmake/dashboard-scripts
-.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/blob/master/cmake_common.cmake
+.. _`cmake_common.cmake`: https://gitlab.kitware.com/cmake/dashboard-scripts/-/blob/master/cmake_common.cmake
 
 
 Nightly Start Time
 Nightly Start Time
 ------------------
 ------------------

+ 1 - 1
Help/release/3.10.rst

@@ -236,7 +236,7 @@ Deprecated and Removed Features
   support for C++11 and a port of libuv.  See `CMake Issue 17137`_.
   support for C++11 and a port of libuv.  See `CMake Issue 17137`_.
   Use CMake 3.9 or lower instead for HP-UX support.
   Use CMake 3.9 or lower instead for HP-UX support.
 
 
-.. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/issues/17137
+.. _`CMake Issue 17137`: https://gitlab.kitware.com/cmake/cmake/-/issues/17137
 
 
 Other Changes
 Other Changes
 =============
 =============

+ 1 - 1
Modules/CMakeDetermineCCompiler.cmake

@@ -99,7 +99,7 @@ if(NOT CMAKE_C_COMPILER_ID_RUN)
     CMAKE_C_COMPILER_ID_PLATFORM_CONTENT)
     CMAKE_C_COMPILER_ID_PLATFORM_CONTENT)
 
 
   # The IAR compiler produces weird output.
   # The IAR compiler produces weird output.
-  # See https://gitlab.kitware.com/cmake/cmake/issues/10176#note_153591
+  # See https://gitlab.kitware.com/cmake/cmake/-/issues/10176#note_153591
   list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR)
   list(APPEND CMAKE_C_COMPILER_ID_VENDORS IAR)
   set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR )
   set(CMAKE_C_COMPILER_ID_VENDOR_FLAGS_IAR )
   set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler")
   set(CMAKE_C_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler")

+ 1 - 1
Modules/CMakeDetermineCXXCompiler.cmake

@@ -94,7 +94,7 @@ if(NOT CMAKE_CXX_COMPILER_ID_RUN)
     CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT)
     CMAKE_CXX_COMPILER_ID_PLATFORM_CONTENT)
 
 
   # The IAR compiler produces weird output.
   # The IAR compiler produces weird output.
-  # See https://gitlab.kitware.com/cmake/cmake/issues/10176#note_153591
+  # See https://gitlab.kitware.com/cmake/cmake/-/issues/10176#note_153591
   list(APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR)
   list(APPEND CMAKE_CXX_COMPILER_ID_VENDORS IAR)
   set(CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR )
   set(CMAKE_CXX_COMPILER_ID_VENDOR_FLAGS_IAR )
   set(CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler")
   set(CMAKE_CXX_COMPILER_ID_VENDOR_REGEX_IAR "IAR .+ Compiler")

+ 1 - 1
Modules/CMakeFindEclipseCDT4.cmake

@@ -25,7 +25,7 @@ function(_FIND_ECLIPSE_VERSION)
 
 
   if(NOT DEFINED CMAKE_ECLIPSE_VERSION)
   if(NOT DEFINED CMAKE_ECLIPSE_VERSION)
     if(CMAKE_ECLIPSE_EXECUTABLE)
     if(CMAKE_ECLIPSE_EXECUTABLE)
-      # use REALPATH to resolve symlinks (https://gitlab.kitware.com/cmake/cmake/issues/13036)
+      # use REALPATH to resolve symlinks (https://gitlab.kitware.com/cmake/cmake/-/issues/13036)
       get_filename_component(_REALPATH_CMAKE_ECLIPSE_EXECUTABLE "${CMAKE_ECLIPSE_EXECUTABLE}" REALPATH)
       get_filename_component(_REALPATH_CMAKE_ECLIPSE_EXECUTABLE "${CMAKE_ECLIPSE_EXECUTABLE}" REALPATH)
       get_filename_component(_ECLIPSE_DIR "${_REALPATH_CMAKE_ECLIPSE_EXECUTABLE}" PATH)
       get_filename_component(_ECLIPSE_DIR "${_REALPATH_CMAKE_ECLIPSE_EXECUTABLE}" PATH)
       file(GLOB _ECLIPSE_FEATURE_DIR "${_ECLIPSE_DIR}/features/org.eclipse.platform*")
       file(GLOB _ECLIPSE_FEATURE_DIR "${_ECLIPSE_DIR}/features/org.eclipse.platform*")

+ 1 - 1
Modules/Compiler/IAR.cmake

@@ -1,6 +1,6 @@
 # This file is processed when the IAR compiler is used for a C or C++ file
 # This file is processed when the IAR compiler is used for a C or C++ file
 # Documentation can be downloaded here: http://www.iar.com/website1/1.0.1.0/675/1/
 # Documentation can be downloaded here: http://www.iar.com/website1/1.0.1.0/675/1/
-# The initial feature request is here: https://gitlab.kitware.com/cmake/cmake/issues/10176
+# The initial feature request is here: https://gitlab.kitware.com/cmake/cmake/-/issues/10176
 # It also contains additional links and information.
 # It also contains additional links and information.
 # See USER GUIDES -> C/C++ Development Guide and ReleaseNotes for EWARM:
 # See USER GUIDES -> C/C++ Development Guide and ReleaseNotes for EWARM:
 # version 6.30.8: http://supp.iar.com/FilesPublic/UPDINFO/006607/arm/doc/infocenter/index.ENU.html
 # version 6.30.8: http://supp.iar.com/FilesPublic/UPDINFO/006607/arm/doc/infocenter/index.ENU.html

+ 1 - 1
Modules/ExternalProject.cmake

@@ -2942,7 +2942,7 @@ function(_ep_add_configure_command name)
 
 
   # If anything about the configure command changes, (command itself, cmake
   # If anything about the configure command changes, (command itself, cmake
   # used, cmake args or cmake generator) then re-run the configure step.
   # used, cmake args or cmake generator) then re-run the configure step.
-  # Fixes issue https://gitlab.kitware.com/cmake/cmake/issues/10258
+  # Fixes issue https://gitlab.kitware.com/cmake/cmake/-/issues/10258
   #
   #
   if(NOT EXISTS ${tmp_dir}/${name}-cfgcmd.txt.in)
   if(NOT EXISTS ${tmp_dir}/${name}-cfgcmd.txt.in)
     file(WRITE ${tmp_dir}/${name}-cfgcmd.txt.in "cmd='\@cmd\@'\n")
     file(WRITE ${tmp_dir}/${name}-cfgcmd.txt.in "cmd='\@cmd\@'\n")

+ 2 - 2
Modules/FindHDF5.cmake

@@ -823,7 +823,7 @@ if( NOT HDF5_FOUND )
             if(HDF5_USE_STATIC_LIBRARIES)
             if(HDF5_USE_STATIC_LIBRARIES)
                 # According to bug 1643 on the CMake bug tracker, this is the
                 # According to bug 1643 on the CMake bug tracker, this is the
                 # preferred method for searching for a static library.
                 # preferred method for searching for a static library.
-                # See https://gitlab.kitware.com/cmake/cmake/issues/1643.  We search
+                # See https://gitlab.kitware.com/cmake/cmake/-/issues/1643.  We search
                 # first for the full static library name, but fall back to a
                 # first for the full static library name, but fall back to a
                 # generic search on the name if the static search fails.
                 # generic search on the name if the static search fails.
                 set( THIS_LIBRARY_SEARCH_DEBUG
                 set( THIS_LIBRARY_SEARCH_DEBUG
@@ -864,7 +864,7 @@ if( NOT HDF5_FOUND )
                 if(HDF5_USE_STATIC_LIBRARIES)
                 if(HDF5_USE_STATIC_LIBRARIES)
                     # According to bug 1643 on the CMake bug tracker, this is the
                     # According to bug 1643 on the CMake bug tracker, this is the
                     # preferred method for searching for a static library.
                     # preferred method for searching for a static library.
-                    # See https://gitlab.kitware.com/cmake/cmake/issues/1643.  We search
+                    # See https://gitlab.kitware.com/cmake/cmake/-/issues/1643.  We search
                     # first for the full static library name, but fall back to a
                     # first for the full static library name, but fall back to a
                     # generic search on the name if the static search fails.
                     # generic search on the name if the static search fails.
                     set( THIS_LIBRARY_SEARCH_DEBUG
                     set( THIS_LIBRARY_SEARCH_DEBUG

+ 1 - 1
Modules/readme.txt

@@ -1,4 +1,4 @@
 See the "Find Modules" section of the cmake-developer(7) manual page.
 See the "Find Modules" section of the cmake-developer(7) manual page.
 
 
 For more information about how to contribute modules to CMake, see this page:
 For more information about how to contribute modules to CMake, see this page:
-https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/dev/Module-Maintainers
+https://gitlab.kitware.com/cmake/community/-/wikis/doc/cmake/dev/Module-Maintainers

+ 2 - 2
README.rst

@@ -11,7 +11,7 @@ references useful guides and recipes.
 
 
 .. _`CMake Home Page`: https://cmake.org
 .. _`CMake Home Page`: https://cmake.org
 .. _`CMake Documentation Page`: https://cmake.org/documentation
 .. _`CMake Documentation Page`: https://cmake.org/documentation
-.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/wikis/home
+.. _`CMake Community Wiki`: https://gitlab.kitware.com/cmake/community/-/wikis/home
 
 
 CMake is maintained and supported by `Kitware`_ and developed in
 CMake is maintained and supported by `Kitware`_ and developed in
 collaboration with a productive community of contributors.
 collaboration with a productive community of contributors.
@@ -122,7 +122,7 @@ If you have found a bug:
 3. Finally, if the issue is not resolved by the above steps, open
 3. Finally, if the issue is not resolved by the above steps, open
    an entry in the `CMake Issue Tracker`_.
    an entry in the `CMake Issue Tracker`_.
 
 
-.. _`CMake Issue Tracker`: https://gitlab.kitware.com/cmake/cmake/issues
+.. _`CMake Issue Tracker`: https://gitlab.kitware.com/cmake/cmake/-/issues
 
 
 Contributing
 Contributing
 ============
 ============

+ 2 - 2
Source/cmExtraCodeBlocksGenerator.cxx

@@ -723,7 +723,7 @@ std::string cmExtraCodeBlocksGenerator::BuildMakeCommand(
   if (generator == "NMake Makefiles" || generator == "NMake Makefiles JOM") {
   if (generator == "NMake Makefiles" || generator == "NMake Makefiles JOM") {
     // For Windows ConvertToOutputPath already adds quotes when required.
     // For Windows ConvertToOutputPath already adds quotes when required.
     // These need to be escaped, see
     // These need to be escaped, see
-    // https://gitlab.kitware.com/cmake/cmake/issues/13952
+    // https://gitlab.kitware.com/cmake/cmake/-/issues/13952
     std::string makefileName = cmSystemTools::ConvertToOutputPath(makefile);
     std::string makefileName = cmSystemTools::ConvertToOutputPath(makefile);
     command += " /NOLOGO /f ";
     command += " /NOLOGO /f ";
     command += makefileName;
     command += makefileName;
@@ -731,7 +731,7 @@ std::string cmExtraCodeBlocksGenerator::BuildMakeCommand(
     command += target;
     command += target;
   } else if (generator == "MinGW Makefiles") {
   } else if (generator == "MinGW Makefiles") {
     // no escaping of spaces in this case, see
     // no escaping of spaces in this case, see
-    // https://gitlab.kitware.com/cmake/cmake/issues/10014
+    // https://gitlab.kitware.com/cmake/cmake/-/issues/10014
     std::string const& makefileName = makefile;
     std::string const& makefileName = makefile;
     command += " -f \"";
     command += " -f \"";
     command += makefileName;
     command += makefileName;

+ 1 - 1
Source/cmExtraEclipseCDT4Generator.cxx

@@ -429,7 +429,7 @@ void cmExtraEclipseCDT4Generator::CreateProjectFile()
   if (this->IsOutOfSourceBuild) {
   if (this->IsOutOfSourceBuild) {
     // create a linked resource to CMAKE_SOURCE_DIR
     // create a linked resource to CMAKE_SOURCE_DIR
     // (this is not done anymore for each project because of
     // (this is not done anymore for each project because of
-    // https://gitlab.kitware.com/cmake/cmake/issues/9978 and because I found
+    // https://gitlab.kitware.com/cmake/cmake/-/issues/9978 and because I found
     // it actually quite confusing in bigger projects with many directories and
     // it actually quite confusing in bigger projects with many directories and
     // projects, Alex
     // projects, Alex
 
 

+ 1 - 1
Source/cmExtraSublimeTextGenerator.cxx

@@ -329,7 +329,7 @@ std::string cmExtraSublimeTextGenerator::BuildMakeCommand(
     std::string makefileName;
     std::string makefileName;
     if (generator == "MinGW Makefiles") {
     if (generator == "MinGW Makefiles") {
       // no escaping of spaces in this case, see
       // no escaping of spaces in this case, see
-      // https://gitlab.kitware.com/cmake/cmake/issues/10014
+      // https://gitlab.kitware.com/cmake/cmake/-/issues/10014
       makefileName = makefile;
       makefileName = makefile;
     } else {
     } else {
       makefileName = cmSystemTools::ConvertToOutputPath(makefile);
       makefileName = cmSystemTools::ConvertToOutputPath(makefile);

+ 2 - 2
Tests/CPackComponents/Issue 7470.html

@@ -3,7 +3,7 @@
 The install rule for this file demonstrates the problem described in<br/>
 The install rule for this file demonstrates the problem described in<br/>
 CMake issue #7470:<br/>
 CMake issue #7470:<br/>
 <br/>
 <br/>
-<a href="https://gitlab.kitware.com/cmake/cmake/issues/7470">
-https://gitlab.kitware.com/cmake/cmake/issues/7470</a><br/>
+<a href="https://gitlab.kitware.com/cmake/cmake/-/issues/7470">
+https://gitlab.kitware.com/cmake/cmake/-/issues/7470</a><br/>
 </body>
 </body>
 </html>
 </html>

+ 1 - 1
Tests/CTestLimitDashJ/CMakeLists.txt

@@ -1,7 +1,7 @@
 cmake_minimum_required(VERSION 2.8)
 cmake_minimum_required(VERSION 2.8)
 project(CTestLimitDashJ NONE)
 project(CTestLimitDashJ NONE)
 
 
-# This file demonstrates https://gitlab.kitware.com/cmake/cmake/issues/12904
+# This file demonstrates https://gitlab.kitware.com/cmake/cmake/-/issues/12904
 # when configured with CMake 2.8.10.2 and earlier, and when running
 # when configured with CMake 2.8.10.2 and earlier, and when running
 # "ctest -j 4" in the resulting build tree. This example is hard-coded
 # "ctest -j 4" in the resulting build tree. This example is hard-coded
 # to assume -j 4 just to reproduce the issue easily. Adjust the
 # to assume -j 4 just to reproduce the issue easily. Adjust the

+ 2 - 2
Tests/QtAutogen/RerunMocPlugin/CMakeLists.txt

@@ -104,7 +104,7 @@ require_change_not(B)
 require_change(C)
 require_change(C)
 require_change(D)
 require_change(D)
 # There's a bug in Ninja on Windows:
 # There's a bug in Ninja on Windows:
-# https://gitlab.kitware.com/cmake/cmake/issues/16776
+# https://gitlab.kitware.com/cmake/cmake/-/issues/16776
 if(NOT ("${CMAKE_GENERATOR}" MATCHES "Ninja"))
 if(NOT ("${CMAKE_GENERATOR}" MATCHES "Ninja"))
   require_change(E)
   require_change(E)
 endif()
 endif()
@@ -128,7 +128,7 @@ require_change_not(B)
 require_change(C)
 require_change(C)
 require_change(D)
 require_change(D)
 # There's a bug in Ninja on Windows
 # There's a bug in Ninja on Windows
-# https://gitlab.kitware.com/cmake/cmake/issues/16776
+# https://gitlab.kitware.com/cmake/cmake/-/issues/16776
 if(NOT ("${CMAKE_GENERATOR}" MATCHES "Ninja"))
 if(NOT ("${CMAKE_GENERATOR}" MATCHES "Ninja"))
   require_change(E)
   require_change(E)
 endif()
 endif()

+ 1 - 1
Tests/RunCMake/Graphviz/GraphvizTestProject.cmake

@@ -32,7 +32,7 @@ target_link_libraries(GraphicLibrary PRIVATE CoreLibrary)
 
 
 # Test target labels with quotes in them; they should be escaped in the dot
 # Test target labels with quotes in them; they should be escaped in the dot
 # file.
 # file.
-# See https://gitlab.kitware.com/cmake/cmake/issues/19746
+# See https://gitlab.kitware.com/cmake/cmake/-/issues/19746
 target_link_libraries(GraphicLibrary PRIVATE "\"-lm\"")
 target_link_libraries(GraphicLibrary PRIVATE "\"-lm\"")
 
 
 # Note: modules are standalone, but can have dependencies.
 # Note: modules are standalone, but can have dependencies.

+ 1 - 1
Tests/RunCMake/message/message-indent-multiline.cmake

@@ -9,5 +9,5 @@ message]]) # No `\n` at the end!
 message(STATUS "${msg}\n\n")
 message(STATUS "${msg}\n\n")
 message(STATUS "${msg}")
 message(STATUS "${msg}")
 # This is just to make sure NOTICE messages are also get indented:
 # This is just to make sure NOTICE messages are also get indented:
-# https://gitlab.kitware.com/cmake/cmake/issues/19418#note_588011
+# https://gitlab.kitware.com/cmake/cmake/-/issues/19418#note_588011
 message(NOTICE "${msg}")
 message(NOTICE "${msg}")

+ 1 - 1
bootstrap

@@ -139,7 +139,7 @@ fi
 if echo "${cmake_system}" | grep HP-UX >/dev/null 2>&1; then
 if echo "${cmake_system}" | grep HP-UX >/dev/null 2>&1; then
   die 'CMake no longer compiles on HP-UX.  See
   die 'CMake no longer compiles on HP-UX.  See
 
 
-  https://gitlab.kitware.com/cmake/cmake/issues/17137
+  https://gitlab.kitware.com/cmake/cmake/-/issues/17137
 
 
 Use CMake 3.9 or lower instead.'
 Use CMake 3.9 or lower instead.'
   cmake_system_hpux=true
   cmake_system_hpux=true