diff options
author | Brad King <brad.king@kitware.com> | 2020-05-25 14:58:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2020-05-25 14:59:01 (GMT) |
commit | a354b7f21e858728606ddc7c275bad35914d8eaa (patch) | |
tree | 3766fcf93b02ebbe0ecc48bbce0f7e99258850d5 /Help/manual | |
parent | b82bdbf44aeef29ba7b266989f1557a0ffcaa969 (diff) | |
parent | af96c0f4faf5bf9f4a4dbc958b09a1dfc58dab38 (diff) | |
download | CMake-a354b7f21e858728606ddc7c275bad35914d8eaa.zip CMake-a354b7f21e858728606ddc7c275bad35914d8eaa.tar.gz CMake-a354b7f21e858728606ddc7c275bad35914d8eaa.tar.bz2 |
Merge topic 'CheckLinkerFlag-module'
af96c0f4fa CheckLinkerFlag: Add module to check validity of linker flags
3c4cc77d55 Tests: Extend Fortran compiler information
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4777
Diffstat (limited to 'Help/manual')
-rw-r--r-- | Help/manual/cmake-modules.7.rst | 1 |
1 files changed, 1 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 |