diff options
author | Peter Åstrand <astrand@cendio.se> | 2012-08-09 07:33:08 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2012-08-09 07:33:08 +0000 |
commit | 956a6365060f0c6b1d271bd24b89f07cd16946b2 (patch) | |
tree | 54eadab589a878e5360af2a9ecd8ac9ab31559cd /vncviewer | |
parent | 8a2b0810dc4a5ad2adc921b6b74a2d6dbdcc6f28 (diff) | |
download | tigervnc-956a6365060f0c6b1d271bd24b89f07cd16946b2.tar.gz tigervnc-956a6365060f0c6b1d271bd24b89f07cd16946b2.zip |
Remove the in-tree versin of FLTK. Maintaining such a copy is way too
much work, and it's constantly out of sync. Let's document what the
main developers (ie Cendio) are using instead.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@4951 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'vncviewer')
-rw-r--r-- | vncviewer/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/vncviewer/CMakeLists.txt b/vncviewer/CMakeLists.txt index f6b6d0be..c1facc67 100644 --- a/vncviewer/CMakeLists.txt +++ b/vncviewer/CMakeLists.txt @@ -45,9 +45,6 @@ else() add_executable(vncviewer ${VNCVIEWER_SOURCES}) endif() -if(USE_INCLUDED_FLTK) - target_link_libraries(vncviewer fltk_static) -endif() target_link_libraries(vncviewer rfb network rdr os Xregion ${FLTK_LIBRARIES} ${GETTEXT_LIBRARIES}) # When building with GnuTLS, librdr depends on ws2_32, so in order to make |