diff options
author | Brad King <brad.king@kitware.com> | 2017-03-22 12:51:54 (GMT) |
---|---|---|
committer | Kitware Robot <kwrobot@kitware.com> | 2017-03-22 12:51:59 (GMT) |
commit | 56c39d88363b3a0518bde1569d18ef1bdbeb01e7 (patch) | |
tree | 14430d55136d7ef1b14395ce4123ed19864914a7 /Help/manual | |
parent | 53e2ef1bb4434081bedce3742105e378452c4c38 (diff) | |
parent | 6c8326749fccd37afd5343d926d650c87ecdfb9f (diff) | |
download | CMake-56c39d88363b3a0518bde1569d18ef1bdbeb01e7.zip CMake-56c39d88363b3a0518bde1569d18ef1bdbeb01e7.tar.gz CMake-56c39d88363b3a0518bde1569d18ef1bdbeb01e7.tar.bz2 |
Merge topic 'add-CheckIPOSupported-module'
6c832674 Tests for 'CheckIPOSupported' module
fdb2ba25 CheckIPOSupported: New module to check for compiler/cmake IPO support
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !558
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 5e96d79..1e8342c 100644 --- a/Help/manual/cmake-modules.7.rst +++ b/Help/manual/cmake-modules.7.rst @@ -27,6 +27,7 @@ All Modules /module/CheckFortranFunctionExists /module/CheckFortranSourceCompiles /module/CheckFunctionExists + /module/CheckIPOSupported /module/CheckIncludeFileCXX /module/CheckIncludeFile /module/CheckIncludeFiles |