From: Michael Sartain Date: Fri, 14 Mar 2014 16:30:51 +0000 (-0700) Subject: Merge pull request #12 from andrewkww/cmake_fixes X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=1692fa35e51724f1358688602fd6d0f3dbd88bfc;hp=52a7a2debe9a884acca7d594859c9e113f0f475e;p=vogl Merge pull request #12 from andrewkww/cmake_fixes Use cmake to find dl, X11, and pthreads --- 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} )