diff options
author | Brad King <brad.king@kitware.com> | 2020-12-04 14:54:12 (GMT) |
---|---|---|
committer | Craig Scott <craig.scott@crascit.com> | 2020-12-05 10:57:08 (GMT) |
commit | da7ad7997e383eda8532d91269130524158a0a86 (patch) | |
tree | 2579e0c76e5201f5904a8fd5a47ec75af96af98e /Help/manual/cmake-modules.7.rst | |
parent | 541f1410e06bc8c28876c6eb6dff594f6b046fc2 (diff) | |
download | CMake-da7ad7997e383eda8532d91269130524158a0a86.zip CMake-da7ad7997e383eda8532d91269130524158a0a86.tar.gz CMake-da7ad7997e383eda8532d91269130524158a0a86.tar.bz2 |
WriteCompilerDetectionHeader: Add policy to remove module
See justification in the policy documentation.
Closes: #17842
Diffstat (limited to 'Help/manual/cmake-modules.7.rst')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst index b6a4cab..1fb1427 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -99,7 +99,6 @@ These modules are loaded using the :command:`include` command. /module/UseJava /module/UseSWIG /module/UsewxWidgets - /module/WriteCompilerDetectionHeader Find Modules ^^^^^^^^^^^^ @@ -285,6 +284,7 @@ Deprecated Utility Modules /module/UsePkgConfig /module/Use_wxWindows /module/WriteBasicConfigVersionFile + /module/WriteCompilerDetectionHeader Deprecated Find Modules ======================= |