Skip to content

Commit

Permalink
CI: Updated macOS support to 10.11 as set in the PJ
Browse files Browse the repository at this point in the history
  • Loading branch information
drowaudio committed Sep 14, 2020
1 parent 86b88b9 commit bd8136c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELIST.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# pluginval Change List

### 0.2.9
- Fixed support for macOS from 10.9 and Windows without the runtime DLLs
- Fixed support for macOS from 10.11 and Windows without the runtime DLLs

### 0.2.8
- Added a test to process audio with different sample rate and block sizes but not call releaseResources in between
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ if (MSVC)
set (CMAKE_MSVC_RUNTIME_LIBRARY "MultiThreaded$<$<CONFIG:Debug>:Debug>")
endif()

# If we are compiling for macOS we want to target OS versions down to 10.9
# If we are compiling for macOS we want to target OS versions down to 10.11
if (APPLE)
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE INTERNAL "")
set (CMAKE_OSX_DEPLOYMENT_TARGET "10.11" CACHE INTERNAL "")
endif()

# Adds all the module sources so they appear correctly in the IDE
Expand Down

0 comments on commit bd8136c

Please sign in to comment.