summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-12 11:50:33 -0400
committerBrad King <brad.king@kitware.com>2019-06-12 11:50:33 -0400
commit069e42f7c34e1a721fcc6101ba2f6827e07e855a (patch)
tree74812652fdeaf4bb551db7fcdc21423d512371bc
parentfa00a3b29bdc962429af13c64f11b51fee8c58bb (diff)
parentf26c3d5c6056f6920f6082b97e06d55c34ddfbcf (diff)
downloadcmake-069e42f7c34e1a721fcc6101ba2f6827e07e855a.tar.gz
Merge branch 'CheckCXXSymbolExists-xref' into release-3.15
Merge-request: !3437
-rw-r--r--Modules/CheckCXXSymbolExists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckCXXSymbolExists.cmake b/Modules/CheckCXXSymbolExists.cmake
index 970e301b4d..2cccd09ff7 100644
--- a/Modules/CheckCXXSymbolExists.cmake
+++ b/Modules/CheckCXXSymbolExists.cmake
@@ -24,7 +24,7 @@ Check if a symbol exists as a function, variable, or macro in C++
as a function or variable then the symbol must also be available for
linking. If the symbol is a type or enum value it will not be
recognized (consider using :module:`CheckTypeSize`
- or :module:`CheckCSourceCompiles`).
+ or :module:`CheckCXXSourceCompiles`).
The following variables may be set before calling this macro to modify
the way the check is run: