Skip to content

Commit ed61bf3

Browse files
committed
CMake: target older macOS
The command line tools should not use things specific to recent macOS. So they can run on older Intel macOS as well.
1 parent d852a34 commit ed61bf3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ project("foundation sources")
55
option(CONFIG_MATROSKA2 "Build libmatroska2 and tools" ON)
66
option(DEV_MODE "Developer mode with extra compilation checks" OFF)
77

8+
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.11)
9+
810
include(CheckCCompilerFlag)
911
include(CMakeParseArguments)
1012
function(add_c_flag_if_supported)

0 commit comments

Comments
 (0)