Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
CMake
CMake
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 3,226
    • Issues 3,226
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge Requests 17
    • Merge Requests 17
  • CI / CD
    • CI / CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI / CD
    • Repository
    • Value Stream
  • External Wiki
    • External Wiki
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • CMake
  • CMakeCMake
  • Merge Requests
  • !846

Merged
Opened May 15, 2017 by Brad King@brad.kingOwner

FindOpenSSL: Restore support for crypto-only result

  • Overview 3
  • Commits 1
  • Pipelines 1
  • Changes 1

Since commit 696339a9 we require both crypto and ssl libraries to be present. This makes sense because OPENSSL_LIBRARIES lists both and breaks when one is not found. However, prior to that fix we supported finding only the crypto library and using it through the imported target. Drop the requirement for ssl to restore support for using crypto alone.

Later this module should be taught to support the COMPONENTS argument of find_package.

Fixes: #16882 (closed)

Assignee
Assign to
Reviewer
Request review from
3.8.2
Milestone
3.8.2
Assign milestone
Time tracking
Reference: cmake/cmake!846
Source branch: FindOpenSSL-crypto-only