From: Mathias Froehlich Date: Sat, 3 Mar 2012 06:07:22 +0000 (+0100) Subject: fgviewer: Does not need plib. X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=60e49130b22744f72feb2184b3bb149ced376883;p=flightgear.git fgviewer: Does not need plib. --- diff --git a/utils/fgviewer/CMakeLists.txt b/utils/fgviewer/CMakeLists.txt index 9a803e90a..dcfc3ac62 100644 --- a/utils/fgviewer/CMakeLists.txt +++ b/utils/fgviewer/CMakeLists.txt @@ -5,7 +5,6 @@ target_link_libraries(fgviewer ${SIMGEAR_LIBRARIES} ${OPENSCENEGRAPH_LIBRARIES} ${OPENGL_LIBRARIES} - ${PLIB_LIBRARIES} ${SIMGEAR_CORE_LIBRARY_DEPENDENCIES} )