From 9f275f80aa43aeecc377870afe2299931966353f Mon Sep 17 00:00:00 2001 From: Joshua Brookover Date: Mon, 16 Jan 2017 12:20:30 -0600 Subject: [PATCH] should do it this way --- CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f9dec85..1f09db7 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -13,8 +13,7 @@ project( bgfx ) set_property( GLOBAL PROPERTY USE_FOLDERS ON ) if( APPLE ) - set( CMAKE_CXX_FLAGS "-ObjC++" ) - set( CMAKE_CXX_FLAGS "--std=c++11" ) + set( CMAKE_CXX_FLAGS "-ObjC++ --std=c++11" ) endif() option( BGFX_BUILD_TOOLS "Build bgfx tools." ON )