aboutsummaryrefslogtreecommitdiffstats
path: root/common/os/CMakeLists.txt
diff options
context:
space:
mode:
authorPierre Ossman <ossman@cendio.se>2015-01-29 13:12:22 +0100
committerPierre Ossman <ossman@cendio.se>2015-01-29 13:12:22 +0100
commit88c24edd8f7a793561104be50b6ecf2c85b42956 (patch)
tree7fac0647661a4594400ab88971541f9a1c66edcf /common/os/CMakeLists.txt
parent31fa98b3197e5ed49617bb6e1f9efbfda98ac638 (diff)
downloadtigervnc-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.txt3
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)