Skip to content

Commit

Permalink
bugfix: force clang to generate code that is supported on macOS 10.7+
Browse files Browse the repository at this point in the history
  • Loading branch information
almoghamdani committed Apr 11, 2023
1 parent ca9b75e commit ff32ffb
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
cmake_minimum_required(VERSION 3.1)

# We force clang to generate code that should be compatible with macOS 10.7+
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.7" CACHE STRING "Minimum OS X deployment version")

project(audify)

IF (WIN32)
Expand Down

0 comments on commit ff32ffb

Please sign in to comment.