mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-04-15 21:57:10 +02:00
Suppress warning in libtgvoip json11.
This commit is contained in:
parent
09094affed
commit
4e82b7973f
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ init_target(lib_tgvoip_bundled)
|
|||
cmake_dependent_option(LIBTGVOIP_DISABLE_ALSA "Disable libtgvoip's ALSA backend." OFF LINUX ON)
|
||||
cmake_dependent_option(LIBTGVOIP_DISABLE_PULSEAUDIO "Disable libtgvoip's PulseAudio backend." OFF LINUX ON)
|
||||
|
||||
if (APPLE)
|
||||
target_compile_options(lib_tgvoip_bundled
|
||||
PRIVATE
|
||||
-Wno-unqualified-std-cast-call
|
||||
)
|
||||
endif()
|
||||
|
||||
set(tgvoip_loc ${third_party_loc}/libtgvoip)
|
||||
|
||||
nice_target_sources(lib_tgvoip_bundled ${tgvoip_loc}
|
||||
|
|
Loading…
Add table
Reference in a new issue