Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2010-10-03 22:45:27 +0400
committerCampbell Barton <ideasman42@gmail.com>2010-10-03 22:45:27 +0400
commit3e3e10668e501f516b0193763c753fbe9d2e7af4 (patch)
tree627cd6ac172e0c23cdd0760dcd9d722e5f5f297e /CMakeLists.txt
parentfbe1b518f0fbdcd25df6e750a7f27ba9e029d074 (diff)
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.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
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