From 5bd0b49cecd0faf74f399e14f2b2039f37b18a24 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Mon, 4 Mar 2013 12:49:19 -0800 Subject: [PATCH] general SDK specification for root CMakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 89e63a65e3..9f7bc3a473 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,7 +4,7 @@ project(hifi) if(APPLE) set(CMAKE_OSX_DEPLOYMENT_TARGET 10.7) - set(CMAKE_OSX_SYSROOT macosx10.8) + set(CMAKE_OSX_SYSROOT macosx) endif() add_subdirectory(space)