summaryrefslogtreecommitdiff
path: root/Help
diff options
context:
space:
mode:
authorscivision <scivision@users.noreply.github.com>2023-03-07 23:55:20 -0500
committerscivision <scivision@users.noreply.github.com>2023-03-14 16:48:25 -0400
commit9e1b30121fc131f97c16e7c86224704c30fe9e17 (patch)
treea7e1ec1324c3d524dbdcc846f925cd1c3df30b5a /Help
parentcf48022dc52fe5dd8161d591e4fb8b1f076ce52e (diff)
downloadcmake-9e1b30121fc131f97c16e7c86224704c30fe9e17.tar.gz
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 8a83807149..9feb4d203a 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