mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-11 00:11:07 -06:00
Merge topic 'CheckCXXSymbolExists-xref'
f26c3d5c60 CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3437
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user