I've been playing with libressl; which has quite a few 'check_function_exists'
In particular 'check-function-exists( inet_pton HAVE_INET_PTON )' this is failing, because, directly, there is no 'inet_pton' in windows, but by including ws2tcpip.h there is a #define that changes it to InetPton[A/W] but I don't see any way to specify additional files to include.
-- Powered by www.kitware.com Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Kitware offers various services to support the CMake community. For more information on each offering, please visit: CMake Support: http://cmake.org/cmake/help/support.html CMake Consulting: http://cmake.org/cmake/help/consulting.html CMake Training Courses: http://cmake.org/cmake/help/training.html Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/cmake
