mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Fix MacOS 10.13 compatibility
This commit is contained in:
parent
68958f9c91
commit
8e97d8182e
@ -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)
|
||||
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user