Is there any reason why the bundled cmake doesn't have curl support for https?

I just wanted to check if there is a reason why the bundled cmake doesn't come with curl https support?

0

Hi!

Do you mean there is some specific curl support in regular CMake distribution which we don't have in the bundled one? Could you please provide more details about what it is?

0
Avatar
Permanently deleted user

This triggers the issue with Curl, on Windows compiling through Cygwin:

FILE(DOWNLOAD https://raw.githubusercontent.com/aantron/better-enums/0.11.1/enum.h
"${CMAKE_SOURCE_DIR}/enum.h"
SHOW_PROGRESS
STATUS status
EXPECTED_HASH SHA1=3D713EC81DE7B784B03AC5FFF700E47E619800C4
LOG log
)

It looks like the bundled cmake curl doesn't have https support turned on. I had to use the version available through cygwin to download that file.

 

0

请先登录再写评论。