Skip to content

CMake should be built with OpenSSL support #326

@jfpanisset

Description

@jfpanisset

Currently CMake is built without OpenSSL support, since an OpenSSL Conan dependency is "messy".

"with_openssl": False, # ASWF: Avoid bringing in OpenSSL dependency

But this results in a version of CMake which cannot download from https URLs:

CMake Error at ilmbase-stamp/download-ilmbase.cmake:163 (message):
  Each download failed!
    error: downloading 'https://github.com/AcademySoftwareFoundation/openexr/archive/refs/tags/v2.5.7.zip' failed
          status_code: 1
          status_string: "Unsupported protocol"
          log:
          --- LOG BEGIN ---
          Protocol "https" not supported
  closing connection #-1
          --- LOG END --

We already have an OpenSSL wrapper Conan recipe, it needs to be moved into ci-common so CMake can be built against it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions