diff options
author | Pierre Ossman <ossman@cendio.se> | 2015-01-29 13:12:22 +0100 |
---|---|---|
committer | Pierre Ossman <ossman@cendio.se> | 2015-01-29 13:12:22 +0100 |
commit | 88c24edd8f7a793561104be50b6ecf2c85b42956 (patch) | |
tree | 7fac0647661a4594400ab88971541f9a1c66edcf /common/os/CMakeLists.txt | |
parent | 31fa98b3197e5ed49617bb6e1f9efbfda98ac638 (diff) | |
download | tigervnc-88c24edd8f7a793561104be50b6ecf2c85b42956.tar.gz tigervnc-88c24edd8f7a793561104be50b6ecf2c85b42956.zip |
Raise GnuTLS requirements to 3.x
This allows us to simplify things by getting rid of some old
compatibility code. People should really be using current versions
of GnuTLS anyway to stay secure.
Diffstat (limited to 'common/os/CMakeLists.txt')
-rw-r--r-- | common/os/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/common/os/CMakeLists.txt b/common/os/CMakeLists.txt index fd3794dc..f082eefa 100644 --- a/common/os/CMakeLists.txt +++ b/common/os/CMakeLists.txt @@ -2,8 +2,7 @@ include_directories(${CMAKE_SOURCE_DIR}/common) add_library(os STATIC w32tiger.c - os.cxx - tls.cxx) + os.cxx) if(UNIX) libtool_create_control_file(os) |