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 77526cb commit 2371ca0Copy full SHA for 2371ca0
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