Fix MacOS 10.13 compatibility

This commit is contained in:
Martin Delille 2020-09-19 14:39:54 +02:00 committed by Erik de Castro Lopo
parent 68958f9c91
commit 8e97d8182e

View File

@ -6,6 +6,8 @@ if (POLICY CMP0091)
cmake_policy (SET CMP0091 NEW)
endif ()
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.13" CACHE STRING "Minimum OS X deployment version")
project(sndfile VERSION 1.0.30)
#