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 300bd98 commit 6be2b40Copy full SHA for 6be2b40
cmake/modules/Libdispatch.cmake
@@ -103,7 +103,7 @@ foreach(sdk ${DISPATCH_SDKS})
103
-DCMAKE_ANDROID_API=${SWIFT_ANDROID_API_LEVEL}
104
-DBUILD_SHARED_LIBS=YES
105
-DENABLE_SWIFT=NO
106
- -DENABLE_TESTING=NO
+ -DBUILD_TESTING=NO
107
INSTALL_COMMAND
108
# NOTE(compnerd) provide a custom install command to
109
# ensure that we strip out the DESTDIR environment
@@ -195,7 +195,7 @@ foreach(sdk ${DISPATCH_SDKS})
195
196
-DBUILD_SHARED_LIBS=NO
197
198
199
200
201
0 commit comments