[cmake-developers] Adding CheckCXXSymbolsExists.cmake ?

Alexander Neundorf neundorf at kde.org
Wed Jul 6 15:32:26 EDT 2011


Hi,

cmake has a CHECK_SYMBOL_EXISTS() macro for testing whether a symbol exists in 
a header /library.

In KDE we have a slightly modified version of this, CHECK_CXX_SYMBOL_EXISTS(), 
which basically does the same, but using C++, so C++ headers can be checked.

I'd like to add that to cmake.
Any objections ?

Alex



More information about the cmake-developers mailing list