We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d852a34 commit ed61bf3Copy full SHA for ed61bf3
CMakeLists.txt
@@ -5,6 +5,8 @@ project("foundation sources")
5
option(CONFIG_MATROSKA2 "Build libmatroska2 and tools" ON)
6
option(DEV_MODE "Developer mode with extra compilation checks" OFF)
7
8
+set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
9
+
10
include(CheckCCompilerFlag)
11
include(CMakeParseArguments)
12
function(add_c_flag_if_supported)
0 commit comments