summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosé Fonseca <jose.r.fonseca@gmail.com>2011-12-05 09:53:28 +0000
committerJosé Fonseca <jose.r.fonseca@gmail.com>2011-12-05 19:44:39 +0000
commitd80882de833ddc85a3c738a13d535ddf6116e9b6 (patch)
treebcd97b2fef7e4d4c024ac768b95fac9e667b4033
parent2e08f33622bcb9e9da2e994da311fd44eeb62e6d (diff)
Remove duplicate pthread linkage.
-rwxr-xr-xCMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index fc331b6..f0ef513 100755
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -542,7 +542,7 @@ else ()
${OPENGL_gl_LIBRARY} # CGL*
)
else ()
- target_link_libraries (glretrace ${X11_X11_LIB} pthread)
+ target_link_libraries (glretrace ${X11_X11_LIB})
endif ()
# gdb doesn't like when pthreads is loaded through dlopen (which happens