From caab6b367fb82a575dbca9eebf3ec656bc2f4b12 Mon Sep 17 00:00:00 2001 From: James Goppert Date: Wed, 23 Feb 2011 13:55:01 -0500 Subject: [PATCH] Fixed typo. --- CMakeLists.txt | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1b8e710bc..40f28376d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -569,12 +569,7 @@ add_executable(qgroundcontrol ) add_dependencies(qgroundcontrol MAVLINK) target_link_libraries(qgroundcontrol - ${SDL_LIBRARY} - ${OPENGL_LIBRARIES} - ${OSG_LIBRARIES} - ${QT_LIBRARIES} - ${FLITE_LIBRARIES} - ${PHONON_LIBS} + ${qgroundcontrolLibs} qextserialport qmapcontrol qwt) # qgroundcontrol install -- 2.22.0