summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 11:30:41 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-12-27 18:44:11 +0900
commit3e084698e7a1e45a5a37cdfdc7924e019fd5d4d9 (patch)
treee9ddf6e48ef57a7b7809b683d7c10c4bf527971e
parentc9195aaefade087a7b5368d8d6267b41cc4d2b8b (diff)
downloadlibtdevnc-3e084698e7a1e45a5a37cdfdc7924e019fd5d4d9.tar.gz
libtdevnc-3e084698e7a1e45a5a37cdfdc7924e019fd5d4d9.zip
Replace pthread linking with cmake-based variable
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 5155367781daa67d2722fda59901f155ee9646c9)
-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}