There was an error while loading. Please reload this page.
1 parent 915cc8e commit 3646161Copy full SHA for 3646161
.github/workflows/CI.yml
@@ -43,5 +43,5 @@ jobs:
43
run: |
44
mkdir win64
45
cd win64
46
- cmake .. -G "Visual Studio 16 2019" -A x64
+ cmake .. -G "Visual Studio 17 2022" -A x64
47
cmake --build .
BUILD.md
@@ -31,6 +31,8 @@ use cmake
31
32
33
cmake .. -G "Visual Studio 15 2017 Win64"
34
+#cmake .. -G "Visual Studio 16 2019" -A x64
35
+#cmake .. -G "Visual Studio 17 2022" -A x64
36
37
```
38
0 commit comments