mirror of
https://github.com/AyuGram/AyuGramDesktop.git
synced 2025-06-05 06:33:57 +02:00
Use return to decrease indentation in cmake files
This commit is contained in:
parent
f1244e19a1
commit
7c8d10022f
1 changed files with 183 additions and 184 deletions
|
@ -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…
Add table
Reference in a new issue