Modules: Update documented links to CMake community Wiki

The wiki has moved.  Update links to reference the new pages.
This commit is contained in:
Brad King 2018-04-30 15:34:50 -04:00
parent f6c558e315
commit 052743556b
4 changed files with 7 additions and 9 deletions

View File

@ -29,8 +29,8 @@
# Here are some CPackDeb wiki resources that are here for historic reasons and
# are no longer maintained but may still prove useful:
#
# - https://cmake.org/Wiki/CMake:CPackConfiguration
# - https://cmake.org/Wiki/CMake:CPackPackageGenerators#DEB_.28UNIX_only.29
# - 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 CPackDEB specific variables:
#
@ -278,7 +278,7 @@
# You may need set :variable:`CMAKE_INSTALL_RPATH` to an appropriate value
# if you use this feature, because if you don't :code:`dpkg-shlibdeps`
# may fail to find your own shared libs.
# See https://cmake.org/Wiki/CMake_RPATH_handling.
# See https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/RPATH-handling
#
# .. variable:: CPACK_DEBIAN_PACKAGE_DEBUG
#

View File

@ -40,8 +40,8 @@
# Here are some CPackRPM wiki resources that are here for historic reasons and
# are no longer maintained but may still prove useful:
#
# - https://cmake.org/Wiki/CMake:CPackConfiguration
# - https://cmake.org/Wiki/CMake:CPackPackageGenerators#RPM_.28Unix_Only.29
# - 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 CPackRPM specific variables:
#

View File

@ -1,4 +1,4 @@
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:
https://cmake.org/Wiki/CMake:Module_Maintainers
https://gitlab.kitware.com/cmake/community/wikis/doc/cmake/dev/Module-Maintainers

View File

@ -252,9 +252,7 @@ class cmMakefile;
/** \class cmPolicies
* \brief Handles changes in CMake behavior and policies
*
* See the cmake wiki section on
* <a href="https://cmake.org/Wiki/CMake/Policies">policies</a>
* for an overview of this class's purpose
* See the cmake-policies(7) manual for an overview of this class's purpose.
*/
class cmPolicies
{