From 10647890ef5784b57adb737b14a4532201c30783 Mon Sep 17 00:00:00 2001 From: boxingcow Date: Sun, 13 Jul 2014 18:51:19 +0100 Subject: [PATCH] There is a special place in hell for 'Smart Dashes' --- rpcs3/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rpcs3/CMakeLists.txt b/rpcs3/CMakeLists.txt index b194f4b87f..896689a1e5 100644 --- a/rpcs3/CMakeLists.txt +++ b/rpcs3/CMakeLists.txt @@ -31,8 +31,8 @@ if (NOT MSVC) endif() if (APPLE) - set(CMAKE_CXX_FLAGS “${CMAKE_CXX_FLAGS} -I/opt/X11/include”) - set(CMAKE_C_FLAGS “${CMAKE_C_FLAGS} -I/opt/X11/include”) + set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -I/opt/X11/include") + set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -I/opt/X11/include") endif() If( NOT RPCS3_SRC_DIR)