summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-12-27 11:30:41 +0900
committerMichele Calgaro <[email protected]>2024-12-27 12:26:38 +0900
commit5155367781daa67d2722fda59901f155ee9646c9 (patch)
treee9ddf6e48ef57a7b7809b683d7c10c4bf527971e
parente0782e1f36ce922bf2378537c1b3560605e94b37 (diff)
downloadlibtdevnc-5155367781daa67d2722fda59901f155ee9646c9.tar.gz
libtdevnc-5155367781daa67d2722fda59901f155ee9646c9.zip
Replace pthread linking with cmake-based variableHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 0be6671..d9766db 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -465,7 +465,6 @@ tde_add_library( tdevncclient STATIC_PIC AUTOMOC
SOURCES
${LIBVNCCLIENT_SOURCES}
LINK
- pthread
${ADDITIONAL_LIBS}
${ZLIB_LIBRARIES}
${LZO_LIBRARIES}