Skip to content

Commit

Permalink
bugfix: attempt restore support for older macOS versions
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 11, 2023
1 parent ca9b75e commit baad461
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
cmake_minimum_required(VERSION 3.1)

set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")

project(audify)

IF (WIN32)
Expand Down

0 comments on commit baad461

Please sign in to comment.