From afae7c5e46050688dde8883aff271807221b0f7f Mon Sep 17 00:00:00 2001 From: Mischa Spiegelmock Date: Mon, 23 Aug 2021 21:47:55 +0300 Subject: [PATCH] readme --- BUILDING-cmake.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING-cmake.md b/BUILDING-cmake.md index 67d4f4d72..0713405de 100644 --- a/BUILDING-cmake.md +++ b/BUILDING-cmake.md @@ -56,7 +56,7 @@ create an `.xcodeproj` bundle which you can open in Xcode. It also adds support be required if your application using projectM needs to be notarized for store deployment. ```shell -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 ``` If you develop on Windows, you will possibly use Visual Studio. While recent visual Studio versions have CMake support