Skip to content

Commit 40e382e

Browse files
committed
Compilation fix
1 parent 67cd0ca commit 40e382e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/cmake.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ jobs:
231231

232232
- name: Configure CMake
233233
working-directory: ${{github.workspace}}
234-
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="/Zm200 /bigobj"
234+
run: cmake -Bbuild -GNinja -DCMAKE_C_COMPILER=cl -DCMAKE_CXX_COMPILER=cl -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_FLAGS="/EHsc /Zm200 /bigobj"
235235

236236
- name: Build
237237
working-directory: ${{github.workspace}}

Libraries/pd-else

0 commit comments

Comments
 (0)