summaryrefslogtreecommitdiff
path: root/indra/cmake/UI.cmake
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2025-05-13 10:48:20 +0800
committerErik Kundiman <erik@megapahit.org>2025-05-13 10:48:20 +0800
commit793bdbf972eca4c032813d6e2c4ef4e79d1628eb (patch)
tree01c4f96a217c5fcacf69f1709d2b45f34b3dcfb3 /indra/cmake/UI.cmake
parentf5ab6e11f13699c03a696611f67f8384434130a1 (diff)
Empty CMake elses & endifs parentheses
to make it more flexible the next time a value in the if's parentheses gets changed again, and also to reduce duplicate pattern matches when grepping those CMake files with certain keywords.
Diffstat (limited to 'indra/cmake/UI.cmake')
-rw-r--r--indra/cmake/UI.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/cmake/UI.cmake b/indra/cmake/UI.cmake
index f1cde54807..ada5b6da3b 100644
--- a/indra/cmake/UI.cmake
+++ b/indra/cmake/UI.cmake
@@ -27,7 +27,7 @@ if (LINUX OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
ll::gio
)
-endif (LINUX OR CMAKE_SYSTEM_NAME MATCHES "FreeBSD")
+endif ()
if( WINDOWS )
target_link_libraries( ll::uilibraries INTERFACE
opengl32