We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 07c8a43 commit 26876f5Copy full SHA for 26876f5
Sources/PackageCollectionsSigning/CMakeLists.txt
@@ -13,7 +13,7 @@ add_library(PackageCollectionsSigning
13
Key/Key+EC.swift
14
Key/Key+RSA.swift
15
Utilities/Utilities.swift)
16
-target_link_libraries(PackageCollectionsSigning PUBLIC
+target_link_libraries(PackageCollectionsSigning PRIVATE
17
Crypto
18
CCryptoBoringSSL)
19
# NOTE(compnerd) workaround for CMake not setting up include flags yet
0 commit comments