Skip to content

Commit 94cbc99

Browse files
authored
Merge pull request #37693 from compnerd/mt-pass-thru
build: repair the build with VS2019 16.10.0
2 parents 8f745cf + 2990e8b commit 94cbc99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/Libdispatch.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ foreach(sdk ${DISPATCH_SDKS})
8686
-DCMAKE_INSTALL_LIBDIR=lib
8787
-DCMAKE_INSTALL_PREFIX=<INSTALL_DIR>
8888
-DCMAKE_LINKER=${CMAKE_LINKER}
89+
-DCMAKE_MT=${CMAKE_MT}
8990
-DCMAKE_RANLIB=${CMAKE_RANLIB}
9091
-DCMAKE_TOOLCHAIN_FILE=${CMAKE_TOOLCHAIN_FILE}
9192
-DCMAKE_SYSTEM_NAME=${SWIFT_SDK_${sdk}_NAME}

0 commit comments

Comments
 (0)