Skip to content

Commit e02c94a

Browse files
committed
Fixes #220
1 parent 371bc06 commit e02c94a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build_openhashtab.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ cmake `
5454
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
5555
-DCMAKE_C_COMPILER=clang-cl `
5656
-DCMAKE_CXX_COMPILER=clang-cl `
57+
-DCMAKE_MT=mt `
5758
"-DCI_VERSION=$CI_VERSION" `
5859
"-DCI_VERSION_MINOR=$CI_VERSION_MINOR" `
5960
"-DCI_VERSION_MAJOR=$CI_VERSION_MAJOR" `
@@ -76,6 +77,7 @@ cmake `
7677
-DCMAKE_BUILD_TYPE=RelWithDebInfo `
7778
-DCMAKE_C_COMPILER=clang-cl `
7879
-DCMAKE_CXX_COMPILER=clang-cl `
80+
-DCMAKE_MT=mt `
7981
"-DCI_VERSION=$CI_VERSION" `
8082
"-DCI_VERSION_MINOR=$CI_VERSION_MINOR" `
8183
"-DCI_VERSION_MAJOR=$CI_VERSION_MAJOR" `

0 commit comments

Comments
 (0)