summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2023-08-22 11:35:42 (GMT)
committerKitware Robot <kwrobot@kitware.com>2023-08-22 11:35:49 (GMT)
commitbcbe31a1f1de385e0fcc8ee94077cf239a958a11 (patch)
tree81bd8ee7736014050fc416a866883ffbd6f33eb2
parent249122653cec011e30005819120d99f254e9043f (diff)
parentd2c30ac06363ed3720b8934492d90a5a9416d7c3 (diff)
downloadCMake-bcbe31a1f1de385e0fcc8ee94077cf239a958a11.zip
CMake-bcbe31a1f1de385e0fcc8ee94077cf239a958a11.tar.gz
CMake-bcbe31a1f1de385e0fcc8ee94077cf239a958a11.tar.bz2
Merge topic 'doc'
d2c30ac063 Help:CheckCXXSymbolExists: refer to CheckSourceCompiles Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !8746
-rw-r--r--Modules/CheckCXXSymbolExists.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/CheckCXXSymbolExists.cmake b/Modules/CheckCXXSymbolExists.cmake
index 569dafd..d807c17 100644
--- a/Modules/CheckCXXSymbolExists.cmake
+++ b/Modules/CheckCXXSymbolExists.cmake
@@ -33,7 +33,7 @@ Check if a symbol exists as a function, variable, or macro in ``C++``.
function. Since there is no reliable way to predict whether a given function
in the system environment may be defined as an overloaded function or may be
an overloaded function on other systems or will become so in the future, it
- is generally advised to use the :module:`CheckCXXSourceCompiles` module for
+ is generally advised to use the :module:`CheckSourceCompiles` module for
checking any function symbol (unless somehow you surely know the checked
function is not overloaded on other systems or will not be so in the
future).