summaryrefslogtreecommitdiff
path: root/Modules/CheckCXXSymbolExists.cmake
diff options
context:
space:
mode:
authorRolf Eike Beer <eike@sf-mail.de>2019-06-08 21:17:37 +0200
committerBrad King <brad.king@kitware.com>2019-06-12 11:48:56 -0400
commitf26c3d5c6056f6920f6082b97e06d55c34ddfbcf (patch)
treea690e0518c6828388dada19165ed84befe514e14 /Modules/CheckCXXSymbolExists.cmake
parenta4231943117f5ba3dd0fdc6c8b1824334162b69f (diff)
downloadcmake-f26c3d5c6056f6920f6082b97e06d55c34ddfbcf.tar.gz
CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version
Diffstat (limited to 'Modules/CheckCXXSymbolExists.cmake')
-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: