summaryrefslogtreecommitdiff
path: root/indra/cmake/UI.cmake
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-17 02:09:04 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-09-17 19:30:31 +0300
commitc7366f4c55c6442414eb6c5a6736baf90f1a4700 (patch)
treec1410c80c26bc6abaf22bcf43d277af6597920f7 /indra/cmake/UI.cmake
parentc47b2ae7458f88941e4a129b0bc9aa96ab4ae003 (diff)
SL-17238 Fix coding policy build issues
Diffstat (limited to 'indra/cmake/UI.cmake')
-rw-r--r--indra/cmake/UI.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake
index c02ad3e161..8b70192efc 100644
--- a/indra/cmake/UI.cmake
+++ b/indra/cmake/UI.cmake
@@ -8,8 +8,8 @@ if (LINUX)
target_compile_definitions(ll::uilibraries INTERFACE LL_GTK=1 LL_X11=1 )
if( USE_CONAN )
- target_link_libraries( ll::uilibraries INTERFACE CONAN_PKG::gtk )
- return()
+ target_link_libraries( ll::uilibraries INTERFACE CONAN_PKG::gtk )
+ return()
endif()
use_prebuilt_binary(gtk-atk-pango-glib)