]> git.cworth.org Git - vogl/commitdiff
vogleditor: Cleanup cmake libraries
authorAndrew Wong <andrew.kw.w@gmail.com>
Fri, 14 Mar 2014 16:20:38 +0000 (12:20 -0400)
committerCarl Worth <cworth@cworth.org>
Tue, 1 Apr 2014 19:37:28 +0000 (12:37 -0700)
pthread is not directly used here (used by voglcore), so no need to
specify it here. X11 is duplicated.

src/vogleditor/CMakeLists.txt

index 093ceea89860abe668f0985addf2e6e3f72dbb81..37a70aa78db0bed68bc19ae029355222a7d623a4 100644 (file)
@@ -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}
    )