Skip to content

Commit 8ab6898

Browse files
authored
Fix build-windows: remove hardcoded VS 2022 generator for CMake auto-detection
1 parent 2e591ec commit 8ab6898

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
run: |
3838
mkdir cmake-build-win64
3939
cd cmake-build-win64
40-
cmake .. -G "Visual Studio 17 2022" -A x64 -DCMAKE_BUILD_TYPE=Release
40+
cmake .. -A x64 -DCMAKE_BUILD_TYPE=Release
4141
cmake --build . --config Release
4242
cd ..
4343

0 commit comments

Comments
 (0)