Skip to content

Commit afae7c5

Browse files
committed
readme
1 parent 0a4cf9f commit afae7c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BUILDING-cmake.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ create an `.xcodeproj` bundle which you can open in Xcode. It also adds support
5656
be required if your application using projectM needs to be notarized for store deployment.
5757

5858
```shell
59-
cmake -G "Xcode" -S /path/to/source/dir -B /path/to/build/dir
59+
cmake -G Xcode -S /path/to/source/dir -B /path/to/build/dir
6060
```
6161

6262
If you develop on Windows, you will possibly use Visual Studio. While recent visual Studio versions have CMake support

0 commit comments

Comments
 (0)