Skip to content

Commit 4336be9

Browse files
committed
Update README.md
1 parent a0b68cb commit 4336be9

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/README.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,7 @@ Node Editor sources are located in root project directory. To use it, simply cop
6767
[Examples](../examples) can be build with CMake:
6868
```
6969
Windows:
70-
cmake -S examples -B build -G "Visual Studio 15 2017 Win64"
71-
or
72-
cmake -S examples -B build -G "Visual Studio 16 2019" -A x64
70+
cmake -S examples -B build -G "Visual Studio 17 2022"
7371
7472
macOS:
7573
cmake -S examples -B build -G "Xcode"

0 commit comments

Comments
 (0)