File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# pluginval Change List
22
33### 0.2.9
4- - Fixed support for macOS from 10.9 and Windows without the runtime DLLs
4+ - Fixed support for macOS from 10.11 and Windows without the runtime DLLs
55
66### 0.2.8
77- Added a test to process audio with different sample rate and block sizes but not call releaseResources in between
Original file line number Diff line number Diff line change @@ -7,9 +7,9 @@ if (MSVC)
77 set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>" )
88endif ()
99
10- # If we are compiling for macOS we want to target OS versions down to 10.9
10+ # If we are compiling for macOS we want to target OS versions down to 10.11
1111if (APPLE )
12- set (CMAKE_OSX_DEPLOYMENT_TARGET "10.9 " CACHE INTERNAL "" )
12+ set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11 " CACHE INTERNAL "" )
1313endif ()
1414
1515# Adds all the module sources so they appear correctly in the IDE
You can’t perform that action at this time.
0 commit comments