-
Notifications
You must be signed in to change notification settings - Fork 480
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PS-9151: Fix opensslpp build with WITH_SSL=openssl11
https://perconadev.atlassian.net/browse/PS-9151 The opensslpp build fails with "Could NOT find OpenSSL" error in case WITH_SSL=openssl11 is used. To fix the issue: - Remove find_package(OpenSSL REQUIRED) in opensslpp/CMakeLists.txt. All openssl related preparations are done inside ssl.cmake. - Update ssl.cmake to always create OpenSSL::SSL and OpenSSL::Crypto imported libs. For all possible WITH_SSL values: system, openssl11, /path/to/openssl.
- Loading branch information
1 parent
6ec7af2
commit d24e6eb
Showing
2 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters