Skip to content

Commit

Permalink
try CMAKE_OSX_DEPLOYMENT_TARGET 11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Yikai-Liao committed Jan 14, 2025
1 parent 3970197 commit 50ff57f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.20)
project(symusic)
set(CMAKE_CXX_STANDARD 20)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
set(CMAKE_OSX_DEPLOYMENT_TARGET 10.15)
set(CMAKE_OSX_DEPLOYMENT_TARGET 11.0)

option(BUILD_SYMUSIC_PY "Build the python binding of symusic" OFF)
option(BUILD_SYMUSIC_EXAMPLE "Build the test target" OFF)
Expand Down

0 comments on commit 50ff57f

Please sign in to comment.