diff options
author | Brad King <brad.king@kitware.com> | 2018-04-30 19:34:50 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2018-04-30 19:34:50 (GMT) |
commit | 052743556bffee09bd4d3d8631ac6103482cc359 (patch) | |
tree | e98b91ee7312c706992253996675db5a3f0038c0 /Source/cmPolicies.h | |
parent | f6c558e3156129967203164fc8450eba58e80739 (diff) | |
download | CMake-052743556bffee09bd4d3d8631ac6103482cc359.zip CMake-052743556bffee09bd4d3d8631ac6103482cc359.tar.gz CMake-052743556bffee09bd4d3d8631ac6103482cc359.tar.bz2 |
Modules: Update documented links to CMake community Wiki
The wiki has moved. Update links to reference the new pages.
Diffstat (limited to 'Source/cmPolicies.h')
-rw-r--r-- | Source/cmPolicies.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/Source/cmPolicies.h b/Source/cmPolicies.h index 9b9ef60..7190c36 100644 --- a/Source/cmPolicies.h +++ b/Source/cmPolicies.h @@ -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 { |