diff options
author | Rolf Eike Beer <eike@sf-mail.de> | 2019-06-08 19:17:37 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-12 15:48:56 (GMT) |
commit | f26c3d5c6056f6920f6082b97e06d55c34ddfbcf (patch) | |
tree | a690e0518c6828388dada19165ed84befe514e14 /Modules/CheckCXXSymbolExists.cmake | |
parent | a4231943117f5ba3dd0fdc6c8b1824334162b69f (diff) | |
download | CMake-f26c3d5c6056f6920f6082b97e06d55c34ddfbcf.zip CMake-f26c3d5c6056f6920f6082b97e06d55c34ddfbcf.tar.gz CMake-f26c3d5c6056f6920f6082b97e06d55c34ddfbcf.tar.bz2 |
CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version
Diffstat (limited to 'Modules/CheckCXXSymbolExists.cmake')
-rw-r--r-- | Modules/CheckCXXSymbolExists.cmake | 2 |
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: |