mirror of
https://github.com/obsproject/obs-studio.git
synced 2026-08-24 02:34:23 -05:00
mac-virtualcam: Suppress deprecation warnings in DAL module
This line, along with the entire DAL plugin itself, should be removed when the macOS deployment target is raised to 14 or above.
This commit is contained in:
@@ -53,6 +53,8 @@ set_target_properties_obs(
|
||||
|
||||
set_property(TARGET obs-dal-plugin PROPERTY OSX_ARCHITECTURES x86_64 arm64)
|
||||
|
||||
target_compile_options(obs-dal-plugin PRIVATE "-Wno-deprecated-declarations")
|
||||
|
||||
string(TIMESTAMP CURRENT_YEAR "%Y")
|
||||
set_target_xcode_properties(
|
||||
obs-dal-plugin
|
||||
|
||||
Reference in New Issue
Block a user