1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-15 07:40:23 +02:00

Fix Xcode 12.0 build

This commit is contained in:
Leland Lucius 2020-09-23 22:47:19 -05:00
parent 4b57a45178
commit 1f23e82155

View File

@ -113,6 +113,7 @@ list( APPEND DEFINES
list( APPEND OPTIONS
PRIVATE
$<$<C_COMPILER_ID:MSVC>:/wd4996>
$<$<C_COMPILER_ID:AppleClang>:-Wno-implicit-function-declaration>
)
if( CMAKE_C_COMPILER_ID MATCHES "MSVC" )