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

2009-11-30 Thread Michael Wild
On 30. Nov, 2009, at 17:52 , Bill Hoffman wrote: Michael Wild wrote: That's not a real solution for me, since I intend to distribute my source code and people won't be happy if their download fails. And replacing the DLL/so/dylib isn't an option either, because this requires too much man

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

2009-11-30 Thread Bill Hoffman
Michael Wild wrote: That's not a real solution for me, since I intend to distribute my source code and people won't be happy if their download fails. And replacing the DLL/so/dylib isn't an option either, because this requires too much manual intervention. That means I'm probably stuck with

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

2009-11-30 Thread Michael Wild
On 30. Nov, 2009, at 16:33 , Bill Hoffman wrote: 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 b

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

2009-11-30 Thread Bill Hoffman
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 ab

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

2009-11-30 Thread Michael Wild
Hi all Are there any plans to enable SSL-support in the CMake-included CURL library? Michael ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topi