Skip to content

Commit

Permalink
CI: fetch MacOS OpenSSL libs from conan cache
Browse files Browse the repository at this point in the history
  • Loading branch information
fklebert committed Jul 20, 2023
1 parent 08cdbde commit 5453a70
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions libs/pyzswagcl/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ if (MSVC)
"${OPENSSL_INCLUDE_DIR}/../bin/libssl-1_1-x64.dll")
endif()

if (APPLE)
# Required because cpp-httplib speaks https via OpenSSL
set (DEPLOY_FILES
"${OPENSSL_INCLUDE_DIR}/../lib/libcrypto.1.1.dylib"
"${OPENSSL_INCLUDE_DIR}/../lib/libssl.1.1.dylib")
endif()

add_wheel(pyzswagcl
AUTHOR "Navigation Data Standard e.V."
URL "https://github.com/ndsev/zswag"
Expand Down

0 comments on commit 5453a70

Please sign in to comment.