There was an error while loading. Please reload this page.
1 parent 9e5a8f9 commit f325d5aCopy full SHA for f325d5a
1 file changed
CMakeLists.txt
@@ -3036,6 +3036,11 @@ if(COREAUDIO)
3036
src/sources/v1/legacyaudiosourceadapter.cpp
3037
lib/apple/CAStreamBasicDescription.cpp
3038
)
3039
+ set_property(
3040
+ SOURCE lib/apple/CAStreamBasicDescription.cpp
3041
+ APPEND_STRING
3042
+ PROPERTY COMPILE_OPTIONS -Wno-deprecated-anon-enum-enum-conversion
3043
+ )
3044
target_compile_definitions(mixxx-lib PUBLIC __COREAUDIO__)
3045
target_include_directories(mixxx-lib SYSTEM PUBLIC lib/apple)
3046
endif()
0 commit comments