diff options
author | Brad King <brad.king@kitware.com> | 2019-06-12 15:50:33 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2019-06-12 15:50:33 (GMT) |
commit | 069e42f7c34e1a721fcc6101ba2f6827e07e855a (patch) | |
tree | 74812652fdeaf4bb551db7fcdc21423d512371bc /Modules | |
parent | fa00a3b29bdc962429af13c64f11b51fee8c58bb (diff) | |
parent | f26c3d5c6056f6920f6082b97e06d55c34ddfbcf (diff) | |
download | CMake-069e42f7c34e1a721fcc6101ba2f6827e07e855a.zip CMake-069e42f7c34e1a721fcc6101ba2f6827e07e855a.tar.gz CMake-069e42f7c34e1a721fcc6101ba2f6827e07e855a.tar.bz2 |
Merge branch 'CheckCXXSymbolExists-xref' into release-3.15
Merge-request: !3437
Diffstat (limited to 'Modules')
-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: |