[CMake] file(DOWNLOAD ...) SSL support

Bill Hoffman bill.hoffman at kitware.com
Mon Nov 30 10:33:24 EST 2009


Michael Wild wrote:
> Hi all
> 
> Are there any plans to enable SSL-support in the CMake-included CURL 
> library?
> 

The CMake binaries will never ship with ssl (due to export control 
issues).  However, you can build CMake yourself and turn on the build 
option to use SSL with the CURL.  I might be able to start shipping curl 
as a dll that could be replaced with an ssl version without having to 
rebuild CMake.  I did test this, it worked.


-Bill


More information about the CMake mailing list