From 1b4eb7cb54b5bd5562d0954028be241dbe3ce533 Mon Sep 17 00:00:00 2001 From: Cas Cremers Date: Fri, 23 Nov 2012 09:21:53 +0100 Subject: [PATCH] BUILD: Added flag for Mac builds to enable building on 10.8 but allow also execution on 10.6 and 10.7. --- src/BuildMacIntel.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/BuildMacIntel.cmake b/src/BuildMacIntel.cmake index aa4721b..5604585 100644 --- a/src/BuildMacIntel.cmake +++ b/src/BuildMacIntel.cmake @@ -7,5 +7,5 @@ message (STATUS "Building Apple Mac Intel version") set (scythername "scyther-mac") add_executable (${scythername} ${Scyther_sources}) -set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions -arch i386") +set (CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -fnested-functions -arch i386 -mmacosx-version-min=10.6")