From 3e3e10668e501f516b0193763c753fbe9d2e7af4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 3 Oct 2010 18:45:27 +0000 Subject: linking libutil isnt needed on my system, possibly this is deprecated?, testing this on other linux systems isnt so easy but will hear about it if this breaks. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4966c1d0bf5..d3de0bfa9e5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -297,7 +297,7 @@ IF(UNIX AND NOT APPLE) FIND_PACKAGE(X11 REQUIRED) - SET(LLIBS "-lutil -lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}") + SET(LLIBS "-lc -lm -lpthread -lstdc++ ${X11_X11_LIB} ${X11_Xinput_LIB}") IF(CMAKE_SYSTEM_NAME MATCHES "Linux") # BSD's dont use libdl.so -- cgit v1.2.3