summaryrefslogtreecommitdiff
path: root/Modules/CheckSymbolExists.cmake
diff options
context:
space:
mode:
authorMichael Hirsch <scivision@users.noreply.gitlab.kitware.com>2021-08-11 13:39:44 -0400
committerMichael Hirsch <scivision@users.noreply.gitlab.kitware.com>2021-08-11 13:39:44 -0400
commit8fddc2bb2fe3d3e7debc32f1e6f8f6e376a303b8 (patch)
tree8a255fb64dcbb3b7274171b129708262eabbe85f /Modules/CheckSymbolExists.cmake
parentaf495c51c195d251b2cd832c3df29177a54c112c (diff)
downloadcmake-8fddc2bb2fe3d3e7debc32f1e6f8f6e376a303b8.tar.gz
Help: refer to CheckSourceCompiles instead of older
Diffstat (limited to 'Modules/CheckSymbolExists.cmake')
-rw-r--r--Modules/CheckSymbolExists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckSymbolExists.cmake b/Modules/CheckSymbolExists.cmake
index f8ca584026..48ee3c4779 100644
--- a/Modules/CheckSymbolExists.cmake
+++ b/Modules/CheckSymbolExists.cmake
@@ -24,7 +24,7 @@ available and assumed to work. If the header files declare the symbol
as a function or variable then the symbol must also be available for
linking (so intrinsics may not be detected).
If the symbol is a type, enum value, or intrinsic it will not be recognized
-(consider using :module:`CheckTypeSize` or :module:`CheckCSourceCompiles`).
+(consider using :module:`CheckTypeSize` or :module:`CheckSourceCompiles`).
If the check needs to be done in C++, consider using
:module:`CheckCXXSymbolExists` instead.