From f26c3d5c6056f6920f6082b97e06d55c34ddfbcf Mon Sep 17 00:00:00 2001 From: Rolf Eike Beer Date: Sat, 8 Jun 2019 21:17:37 +0200 Subject: CheckCXXSymbolExists: reference to CheckCXXSourceCompiles instead of C version --- Modules/CheckCXXSymbolExists.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- cgit v1.2.1