summaryrefslogtreecommitdiffstats
path: root/Help
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2023-03-08 04:55:20 (GMT)
committerscivision <scivision@users.noreply.github.com>2023-03-14 20:48:25 (GMT)
commit9e1b30121fc131f97c16e7c86224704c30fe9e17 (patch)
treea7e1ec1324c3d524dbdcc846f925cd1c3df30b5a /Help
parentcf48022dc52fe5dd8161d591e4fb8b1f076ce52e (diff)
downloadCMake-9e1b30121fc131f97c16e7c86224704c30fe9e17.zip
CMake-9e1b30121fc131f97c16e7c86224704c30fe9e17.tar.gz
CMake-9e1b30121fc131f97c16e7c86224704c30fe9e17.tar.bz2
Help:toolchain: refer to CheckSourceCompiles
Diffstat (limited to 'Help')
-rw-r--r--Help/manual/cmake-toolchains.7.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Help/manual/cmake-toolchains.7.rst b/Help/manual/cmake-toolchains.7.rst
index 8a83807..9feb4d2 100644
--- a/Help/manual/cmake-toolchains.7.rst
+++ b/Help/manual/cmake-toolchains.7.rst
@@ -84,7 +84,7 @@ Toolchain Features
==================
CMake provides the :command:`try_compile` command and wrapper macros such as
-:module:`CheckCXXSourceCompiles`, :module:`CheckCXXSymbolExists` and
+:module:`CheckSourceCompiles`, :module:`CheckCXXSymbolExists` and
:module:`CheckIncludeFile` to test capability and availability of various
toolchain features. These APIs test the toolchain in some way and cache the
result so that the test does not have to be performed again the next time