Skip to content

Commit 4ca296a

Browse files
committed
Build - bump OSX target for externals to 10.15
(10.15 is our current minimum supported macOS release)
1 parent d10a1c6 commit 4ca296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/external/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ message(STATUS "USE_SYSTEM_LIBS: ${USE_SYSTEM_LIBS}")
2424
include(GNUInstallDirs)
2525
include(ExternalProject)
2626

27-
set(CMAKE_OSX_DEPLOYMENT_TARGET '10.14')
27+
set(CMAKE_OSX_DEPLOYMENT_TARGET '10.15')
2828

2929
# sp_midi
3030
ExternalProject_Add(sp_midi

0 commit comments

Comments
 (0)