summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorMarc Chevrier <marc.chevrier@gmail.com>2020-05-16 15:01:23 (GMT)
committerBrad King <brad.king@kitware.com>2020-05-25 14:57:14 (GMT)
commitaf96c0f4faf5bf9f4a4dbc958b09a1dfc58dab38 (patch)
treecaf41895c53703b1c00fdfdd3eb3baa3c38786c9 /Help
parent3c4cc77d55df5bd61cbf62a75fcaf6b9c4509cc7 (diff)
downloadCMake-af96c0f4faf5bf9f4a4dbc958b09a1dfc58dab38.zip
CMake-af96c0f4faf5bf9f4a4dbc958b09a1dfc58dab38.tar.gz
CMake-af96c0f4faf5bf9f4a4dbc958b09a1dfc58dab38.tar.bz2
CheckLinkerFlag: Add module to check validity of linker flags
Fixes: #15934
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-modules.7.rst1
-rw-r--r--Help/module/CheckLinkerFlag.rst1
-rw-r--r--Help/release/dev/CheckLinkerFlag.rst5
3 files changed, 7 insertions, 0 deletions
diff --git a/Help/manual/cmake-modules.7.rst b/Help/manual/cmake-modules.7.rst
index be64112..50131e8 100644
--- a/Help/manual/cmake-modules.7.rst
+++ b/Help/manual/cmake-modules.7.rst
@@ -36,6 +36,7 @@ These modules are loaded using the :command:`include` command.
/module/CheckIncludeFiles
/module/CheckLanguage
/module/CheckLibraryExists
+ /module/CheckLinkerFlag
/module/CheckOBJCCompilerFlag
/module/CheckOBJCSourceCompiles
/module/CheckOBJCSourceRuns
diff --git a/Help/module/CheckLinkerFlag.rst b/Help/module/CheckLinkerFlag.rst
new file mode 100644
index 0000000..4005725
--- /dev/null
+++ b/Help/module/CheckLinkerFlag.rst
@@ -0,0 +1 @@
+.. cmake-module:: ../../Modules/CheckLinkerFlag.cmake
diff --git a/Help/release/dev/CheckLinkerFlag.rst b/Help/release/dev/CheckLinkerFlag.rst
new file mode 100644
index 0000000..fd48d99
--- /dev/null
+++ b/Help/release/dev/CheckLinkerFlag.rst
@@ -0,0 +1,5 @@
+CheckLinkerFlag
+---------------
+
+* New :module:`CheckLinkerFlag` module has been added to provide a facility to
+ check validity of link flags.