diff options
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 0 insertions, 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} ) |