Skip to content
Snippets Groups Projects
Commit bcbe31a1 authored by Brad King's avatar Brad King Committed by Kitware Robot
Browse files

Merge topic 'doc'


d2c30ac0 Help:CheckCXXSymbolExists: refer to CheckSourceCompiles

Acked-by: default avatarKitware Robot <kwrobot@kitware.com>
Merge-request: !8746
parents 24912265 d2c30ac0
No related branches found
No related tags found
No related merge requests found
......@@ -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).
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment