From d80882de833ddc85a3c738a13d535ddf6116e9b6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jos=C3=A9=20Fonseca?= Date: Mon, 5 Dec 2011 09:53:28 +0000 Subject: [PATCH] Remove duplicate pthread linkage. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.43.0