From 02651bacca81c5a63b80d782123d20b26a65a4b0 Mon Sep 17 00:00:00 2001 From: Gernot Tenchio Date: Tue, 16 Aug 2011 14:02:40 +0200 Subject: [PATCH] cmake: don't link sdl libs to vnc libraries Signed-off-by: Johannes Schindelin --- CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index bf56204..86ec204 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -206,14 +206,12 @@ target_link_libraries(vncclient ${ADDITIONAL_LIBS} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} - ${SDL_LIBRARY} ) target_link_libraries(vncserver ${ADDITIONAL_LIBS} ${ZLIB_LIBRARIES} ${JPEG_LIBRARIES} ${PNG_LIBRARIES} - ${SDL_LIBRARY} ${WEBSOCKET_LIBRARIES} )