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.
This commit is contained in:
Campbell Barton 2010-10-03 18:45:27 +00:00
parent fbe1b518f0
commit 3e3e10668e

@ -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