[cmake-developers] [CMake 0014674]: SSL support on OS X not working
Mantis Bug Tracker
mantis at public.kitware.com
Mon Dec 30 18:00:36 EST 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14674
======================================================================
Reported By: Marshall Pierce
Assigned To:
======================================================================
Project: CMake
Issue ID: 14674
Category: CMake
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-12-30 18:00 EST
Last Modified: 2013-12-30 18:00 EST
======================================================================
Summary: SSL support on OS X not working
Description:
It seems that CMAKE_USE_OPENSSL is not enabled in the Homebrew and Macports
builds of cmake. Thus, the cmake that most Mac-based devs use is going to fail
mysteriously (producing a 0-byte file) for URL downloads that use https.
While one could go the route of getting Homebrew, Macports, etc to change their
build configs, there's also the issue that openssl is deprecated on OS X anyway,
so perhaps OS X builds should default to using Apple's libcurl, which links
against the Apple-blessed replacement to openssl.
Steps to Reproduce:
Use URL in ExternalProject_add with an https:// url.
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-12-30 18:00 Marshall PierceNew Issue
======================================================================
More information about the cmake-developers
mailing list