Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klein <m.klein@mvz-labor-lb.de>2023-03-08 17:36:11 +0300
committerMichael Klein <m.klein@mvz-labor-lb.de>2023-03-08 17:40:00 +0300
commited991f205ed05b49a9aecddd987915bfa1026b9d (patch)
tree0216ed698764632eb613b141005be99a4ad1237b /plugins
parentbdd98c3a1723bc17824974c9b3b3b562e74512bd (diff)
cmake/FindLIBVNCSERVER.cmake: also check for libvncclient
Diffstat (limited to 'plugins')
-rw-r--r--plugins/vnc/CMakeLists.txt3
1 files changed, 0 insertions, 3 deletions
diff --git a/plugins/vnc/CMakeLists.txt b/plugins/vnc/CMakeLists.txt
index 14c0bf5c9..eccc9d851 100644
--- a/plugins/vnc/CMakeLists.txt
+++ b/plugins/vnc/CMakeLists.txt
@@ -32,9 +32,6 @@
# files in the program, then also delete it here.
-set(LIBVNCSERVER_INCLUDE_DIRS)
-set(LIBVNCSERVER_LIBRARIES vncclient)
-
set(REMMINA_PLUGIN_VNC_SRCS
vnc_plugin.c
vnc_plugin.h