summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-06-12 15:50:08 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-06-12 15:50:16 (GMT)
commit445c7bc219aeeb2c8684ba920bec0bd05db915d2 (patch)
tree77409d6fcef8fb7bd6e9164a8eeab1e976ccb852 /Modules
parent49b1a2852dc0a3a8b1e98bfc408134a06dba0d67 (diff)
parentf26c3d5c6056f6920f6082b97e06d55c34ddfbcf (diff)
downloadCMake-445c7bc219aeeb2c8684ba920bec0bd05db915d2.zip
CMake-445c7bc219aeeb2c8684ba920bec0bd05db915d2.tar.gz
CMake-445c7bc219aeeb2c8684ba920bec0bd05db915d2.tar.bz2
Merge topic 'CheckCXXSymbolExists-xref'
f26c3d5c60 CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3437
Diffstat (limited to 'Modules')
-rw-r--r--Modules/CheckCXXSymbolExists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckCXXSymbolExists.cmake b/Modules/CheckCXXSymbolExists.cmake
index 970e301..2cccd09 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: