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:
jcm
2026-08-04 15:59:21 -04:00
committed by Ryan Foster
parent 651bd1e9bf
commit b6f854c73b
@@ -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