Re: [cmake-developers] Enabling SSL support by default when building CMake from source

2018-08-09 Thread Brad King
On 08/09/2018 08:54 AM, Craig Scott wrote: > or is it just that the logic hasn't been added to try to enable > it by default if available? Mostly that. On Windows and macOS we already get SSL by default because curl just uses the OS-provided APIs. This issue occurs only when we need to find

Re: [cmake-developers] Enabling SSL support by default when building CMake from source

2018-08-09 Thread Nils Gladitz
On Thu, Aug 9, 2018 at 2:54 PM Craig Scott wrote: > When building CMake from source with default options, you typically end up > without SSL support, even if the necessary libraries (i.e. OpenSSL) are > available. I've been bitten by that in my earlier days building CMake and > I've seen others

[cmake-developers] Enabling SSL support by default when building CMake from source

2018-08-09 Thread Craig Scott
When building CMake from source with default options, you typically end up without SSL support, even if the necessary libraries (i.e. OpenSSL) are available. I've been bitten by that in my earlier days building CMake and I've seen others have a similar experience. Is there any reason why this is