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:
parent
4b57a45178
commit
1f23e82155
@ -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" )
|
||||
|
Loading…
x
Reference in New Issue
Block a user