On Thu, 21 Jan 2010 16:55:20 +0000, Mateusz Loskot <mate...@loskot.net> wrote:
> Yes, though I'd annoyingly keep my side that CXX variants of the macros
> would be useful and make C vs C++ separation more clear to user.

The problem is that the interface for the C++ variant *cannot* look like
check_function_exists, because the C++ language doesn't enable it.  It's
better *not* to have a variant with a similar name and completely
different interface.  So use check_cxx_source_compiles for C++.

Jed
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to