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 71ae6ad commit 92a04c1Copy full SHA for 92a04c1
Sources/CryptoBoringWrapper/CMakeLists.txt
@@ -21,6 +21,7 @@ target_include_directories(CryptoBoringWrapper PUBLIC
21
$<TARGET_PROPERTY:CCryptoBoringSSLShims,INCLUDE_DIRECTORIES>)
22
23
target_link_libraries(CryptoBoringWrapper PUBLIC
24
+ $<$<NOT:$<PLATFORM_ID:Darwin>>:Foundation>
25
CCryptoBoringSSL
26
CCryptoBoringSSLShims)
27
0 commit comments