]> granicus.if.org Git - multimarkdown/commitdiff
don't worry about OS X config by default
authorFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 7 Jul 2015 20:14:34 +0000 (16:14 -0400)
committerFletcher T. Penney <fletcher@fletcherpenney.net>
Tue, 7 Jul 2015 20:14:34 +0000 (16:14 -0400)
CMakeLists.txt

index 96ff24549ab03b4fe58f54aeef3a7d467b7a1d76..3f911040f3195bde8eb51585fb2bd42db42159e9 100644 (file)
@@ -62,7 +62,7 @@ configure_file (
 if (APPLE)
 
        # Configure backwards-compatible support (if your project allows it)
-       SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.4" CACHE STRING "Deployment target for OSX" FORCE)
+       SET(CMAKE_OSX_DEPLOYMENT_TARGET "10.4" CACHE STRING "Deployment target for OSX" FORCE)
 
        # Compile for x86_64 and i386.  ppc no longer supported
        if(CMAKE_BUILD_TYPE MATCHES "Release")