Kedzierski, Artur CIV NAVSURFWARCENDIV CORONA wrote: > Is there a way to enable SSL in CTest? > When I use 'https' URL, I get > curl_easy_perform() says: libcurl was built with SSL disabled[...]
I've just committed changes to support building CMake against a system-installed curl. See this bug tracker entry for details: http://www.cmake.org/Bug/bug.php?op=show&bugid=3653 You can try enabling CMAKE_USE_SYSTEM_CURL. If your system-installed curl is built with SSL enabled this might work. -Brad _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
