aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/CMakeLists.txt b/linden/indra/newview/CMakeLists.txt
index 901cfeb..dc0cf69 100644
--- a/linden/indra/newview/CMakeLists.txt
+++ b/linden/indra/newview/CMakeLists.txt
@@ -992,7 +992,7 @@ endif (DARWIN)
992 992
993if (LINUX) 993if (LINUX)
994 LIST(APPEND viewer_SOURCE_FILES llappviewerlinux.cpp) 994 LIST(APPEND viewer_SOURCE_FILES llappviewerlinux.cpp)
995 LIST(APPEND CMAKE_EXE_LINKER_FLAGS -Wl,--as-needed) 995 SET(CMAKE_EXE_LINKER_FLAGS "${CMAKE_EXE_LINKER_FLAGS} -Wl,--as-needed")
996 996
997 set(viewer_LIBRARIES 997 set(viewer_LIBRARIES
998 Xinerama 998 Xinerama