Skip to content

Commit 48dd49a

Browse files
committed
Update gtest configuration
1 parent a7e5ae2 commit 48dd49a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8337,7 +8337,7 @@ jobs:
83378337
mkdir build
83388338
cd build
83398339
mkdir install
8340-
cmake -DCMAKE_INSTALL_PREFIX=./install ..
8340+
cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded ..
83418341
cmake --build . --target install --config Release
83428342
- name: check build configuration
83438343
shell: cmd
@@ -8504,7 +8504,7 @@ jobs:
85048504
mkdir build
85058505
cd build
85068506
mkdir install
8507-
cmake -DCMAKE_INSTALL_PREFIX=./install ..
8507+
cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded ..
85088508
cmake --build . --target install --config Release
85098509
- name: check build configuration
85108510
shell: cmd
@@ -8682,7 +8682,7 @@ jobs:
86828682
mkdir build
86838683
cd build
86848684
mkdir install
8685-
cmake -DCMAKE_INSTALL_PREFIX=./install ..
8685+
cmake -DCMAKE_INSTALL_PREFIX=./install -DCMAKE_MSVC_RUNTIME_LIBRARY=MultiThreaded ..
86868686
cmake --build . --target install --config Release
86878687
- name: check build configuration
86888688
shell: cmd

0 commit comments

Comments
 (0)