Skip to content

Commit 467c81d

Browse files
authored
Merge pull request #39970 from Bo98/libdispatch-tests
2 parents eab562f + 6be2b40 commit 467c81d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cmake/modules/Libdispatch.cmake

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ foreach(sdk ${DISPATCH_SDKS})
103103
-DCMAKE_ANDROID_API=${SWIFT_ANDROID_API_LEVEL}
104104
-DBUILD_SHARED_LIBS=YES
105105
-DENABLE_SWIFT=NO
106-
-DENABLE_TESTING=NO
106+
-DBUILD_TESTING=NO
107107
INSTALL_COMMAND
108108
# NOTE(compnerd) provide a custom install command to
109109
# ensure that we strip out the DESTDIR environment
@@ -195,7 +195,7 @@ foreach(sdk ${DISPATCH_SDKS})
195195
-DCMAKE_ANDROID_API=${SWIFT_ANDROID_API_LEVEL}
196196
-DBUILD_SHARED_LIBS=NO
197197
-DENABLE_SWIFT=NO
198-
-DENABLE_TESTING=NO
198+
-DBUILD_TESTING=NO
199199
INSTALL_COMMAND
200200
# NOTE(compnerd) provide a custom install command to
201201
# ensure that we strip out the DESTDIR environment

0 commit comments

Comments
 (0)