[CMake] ctest with SSL?
Brad King
brad.king at kitware.com
Thu Oct 19 16:00:23 EDT 2006
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
More information about the CMake
mailing list