From f84796fa0588b1a4551e1487a0a101a5b8482dc0 Mon Sep 17 00:00:00 2001
From: Andrew Wong <andrew.kw.w@gmail.com>
Date: Fri, 14 Mar 2014 12:20:38 -0400
Subject: [PATCH] vogleditor: Cleanup cmake libraries

pthread is not directly used here (used by voglcore), so no need to
specify it here. X11 is duplicated.
---
 src/vogleditor/CMakeLists.txt | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/vogleditor/CMakeLists.txt b/src/vogleditor/CMakeLists.txt
index 093ceea..37a70aa 100644
--- a/src/vogleditor/CMakeLists.txt
+++ b/src/vogleditor/CMakeLists.txt
@@ -151,12 +151,10 @@ target_link_libraries(${PROJECT_NAME}
 	${QT_QTCORE_LIBRARY} 
 	${QT_QTGUI_LIBRARY} 
 	${TELEMETRY_LIBRARY}
-	${CMAKE_THREAD_LIBS_INIT}
 	${X11_X11_LIB}
 	backtrace
 	voglcommon
     voglcore
-    X11
     ${CMAKE_DL_LIBS}
    )
 
-- 
2.45.2