Skip to content

Commit

Permalink
Merge pull request #87 from tmiw/master
Browse files Browse the repository at this point in the history
Add CMake rule to ensure Codec2 is built with the correct OSX libraries.  Thanks Mooneer 👍
  • Loading branch information
drowe67 authored Nov 24, 2019
2 parents 1fc7ca2 + c244f3e commit 5852cb7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
# Please report questions, comments, problems, or patches to the freetel
# mailing list: https://lists.sourceforge.net/lists/listinfo/freetel-codec2
#
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.9" CACHE STRING "Minimum OS X deployment version")

project(codec2 C)

cmake_minimum_required(VERSION 3.0)
Expand Down

0 comments on commit 5852cb7

Please sign in to comment.