We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a4cf9f commit afae7c5Copy full SHA for afae7c5
BUILDING-cmake.md
@@ -56,7 +56,7 @@ create an `.xcodeproj` bundle which you can open in Xcode. It also adds support
56
be required if your application using projectM needs to be notarized for store deployment.
57
58
```shell
59
-cmake -G "Xcode" -S /path/to/source/dir -B /path/to/build/dir
+cmake -G Xcode -S /path/to/source/dir -B /path/to/build/dir
60
```
61
62
If you develop on Windows, you will possibly use Visual Studio. While recent visual Studio versions have CMake support
0 commit comments