mirror of
https://github.com/telegramdesktop/tdesktop
synced 2024-12-12 01:14:56 +00:00
Use return to decrease indentation in cmake files
This commit is contained in:
parent
f1244e19a1
commit
7c8d10022f
@ -13,10 +13,10 @@ if (DESKTOP_APP_USE_PACKAGED)
|
||||
|
||||
if (TGVOIP_FOUND)
|
||||
target_link_libraries(lib_tgvoip INTERFACE PkgConfig::TGVOIP)
|
||||
return()
|
||||
endif()
|
||||
endif()
|
||||
|
||||
if (NOT TGVOIP_FOUND)
|
||||
add_library(lib_tgvoip_bundled STATIC)
|
||||
init_target(lib_tgvoip_bundled)
|
||||
|
||||
@ -218,4 +218,3 @@ if (NOT TGVOIP_FOUND)
|
||||
INTERFACE
|
||||
lib_tgvoip_bundled
|
||||
)
|
||||
endif()
|
||||
|
Loading…
Reference in New Issue
Block a user