Hi,

I'm trying to perform the following checks:

check_function_exists(std::pow HAVE_POW)

or

check_symbol_exists(std::pow cmath HAVE_POW)

but it looks that both macros have troubles
with resolving std:: namespace.

The documentation is not very clear about that.

Or I should stick to try_compile based tests?

Best regards,
-- 
Mateusz Loskot, http://mateusz.loskot.net
Charter Member of OSGeo, http://osgeo.org
_______________________________________________
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