We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cb62a62 commit 9eea499Copy full SHA for 9eea499
.github/workflows/CI-windows.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Run CMake (c++17)
68
run: |
69
- cmake -S . -B build.cxx17 -G "Visual Studio 17 2022" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=20 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
+ cmake -S . -B build.cxx17 -G "Visual Studio 17 2022" -A x64 -Werror=dev --warn-uninitialized -DCMAKE_CXX_STANDARD=17 -DCMAKE_COMPILE_WARNING_AS_ERROR=On || exit /b !errorlevel!
70
71
- name: Build (c++17)
72
0 commit comments