File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939 shell : cmd
4040 run : |
4141 call .github\scripts\msvc-env.bat ${{ matrix.bits }}
42- cmake -S . -B build -G Ninja -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
42+ cmake -S . -B build -G Ninja ^
43+ -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DCMAKE_C_FLAGS="/nologo"
4344 cmake --build build
4445 - name : Package binaries
4546 working-directory : build
Original file line number Diff line number Diff line change @@ -182,8 +182,8 @@ jobs:
182182 shell : cmd
183183 run : | # ASan seems to be broken on Windows, so we disable it.
184184 call .github\scripts\msvc-env.bat ${{ matrix.bits }}
185- cmake -S . -B build -G Ninja --preset develop -DSANITIZERS=OFF ^
186- -DTESTS_OS_NAME=${{ matrix.os }} - DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}"
185+ cmake -S . -B build -G Ninja --preset develop -DSANITIZERS=OFF -DTESTS_OS_NAME=${{ matrix.os }} ^
186+ -DFETCHCONTENT_BASE_DIR="${{ env.DEPS_ROOT_DIR }}" -DCMAKE_C_FLAGS="/nologo "
187187 cmake --build build
188188 - name : Package binaries
189189 working-directory : build
You can’t perform that action at this time.
0 commit comments