File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -115,11 +115,6 @@ add_library(Crypto
115115target_compile_definitions (Crypto PRIVATE
116116 "$<$<COMPILE_LANGUAGE :Swift >:CRYPTO_IN_SWIFTPM >" )
117117
118- if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
119- target_compile_definitions (Crypto PRIVATE
120- "$<$<COMPILE_LANGUAGE :Swift >:CRYPTO_IN_SWIFTPM_FORCE_BUILD_API >" )
121- endif ()
122-
123118target_include_directories (Crypto PRIVATE
124119 $<TARGET_PROPERTY :CCryptoBoringSSL ,INCLUDE_DIRECTORIES >
125120 $<TARGET_PROPERTY :CCryptoBoringSSLShims ,INCLUDE_DIRECTORIES >
Original file line number Diff line number Diff line change @@ -85,10 +85,6 @@ add_library(CryptoExtras
8585
8686target_compile_options (CryptoExtras PRIVATE -DCRYPTO_IN_SWIFTPM )
8787
88- if (NOT CMAKE_SYSTEM_NAME STREQUAL "Darwin" )
89- target_compile_options (CryptoExtras PRIVATE -DCRYPTO_IN_SWIFTPM_FORCE_BUILD_API )
90- endif ()
91-
9288target_include_directories (CryptoExtras PRIVATE
9389 $<TARGET_PROPERTY :CCryptoBoringSSL ,INCLUDE_DIRECTORIES >
9490 $<TARGET_PROPERTY :CCryptoBoringSSLShims ,INCLUDE_DIRECTORIES >)
You can’t perform that action at this time.
0 commit comments