2
0
mirror of https://github.com/telegramdesktop/tdesktop synced 2025-08-31 14:38:15 +00:00

-Wno-register is defined in options_linux.cmake now

This commit is contained in:
Ilya Fedin
2020-08-30 13:29:27 +04:00
committed by John Preston
parent a474074705
commit 2b642d4da9

View File

@@ -163,7 +163,6 @@ if (LINUX)
)
target_compile_definitions(Telegram PRIVATE G_LOG_DOMAIN="Telegram")
target_compile_options(Telegram PRIVATE -Wno-register)
if (NOT TDESKTOP_DISABLE_GTK_INTEGRATION)
find_package(PkgConfig REQUIRED)