pierreguillot / Camomile

An audio plugin with Pure Data embedded that allows to load and to control patches
GNU General Public License v3.0
892 stars 62 forks source link

Update CMakeLists.txt #325

Closed Josef-N closed 4 months ago

Josef-N commented 4 months ago

Line 3: set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version") –> change version "10.9" to "10.13" This seems to be the minimum for Xcode 15 and required for compiling in Sonoma. The long story in issue #323