X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=src%2Fvogleditor%2FCMakeLists.txt;h=37a70aa78db0bed68bc19ae029355222a7d623a4;hb=f84796fa0588b1a4551e1487a0a101a5b8482dc0;hp=e63fd93b886bcd2162023d60781572dd76b92fe2;hpb=9efcfb2c254b732a4d9494c08ad6641cebb7ce79;p=vogl diff --git a/src/vogleditor/CMakeLists.txt b/src/vogleditor/CMakeLists.txt index e63fd93..37a70aa 100644 --- a/src/vogleditor/CMakeLists.txt +++ b/src/vogleditor/CMakeLists.txt @@ -151,12 +151,11 @@ target_link_libraries(${PROJECT_NAME} ${QT_QTCORE_LIBRARY} ${QT_QTGUI_LIBRARY} ${TELEMETRY_LIBRARY} - ${CMAKE_THREAD_LIBS_INIT} ${X11_X11_LIB} backtrace voglcommon - voglcore - dl + voglcore + ${CMAKE_DL_LIBS} ) build_options_finalize()