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:
Diffstat (limited to 'plugins/CMakeLists.txt')
-rw-r--r--plugins/CMakeLists.txt17
1 files changed, 1 insertions, 16 deletions
diff --git a/plugins/CMakeLists.txt b/plugins/CMakeLists.txt
index 829b3dc5a..70404a2dd 100644
--- a/plugins/CMakeLists.txt
+++ b/plugins/CMakeLists.txt
@@ -49,22 +49,7 @@ if(LIBSSH_FOUND)
target_link_libraries(remmina ${SSH_LIBRARIES})
endif()
-set(FREERDP_REQUIRED_MAJOR 2)
-set(FREERDP_REQUIRED_MINOR 0)
-set(FREERDP_REQUIRED_REVISION 0)
-set(FREERDP_REQUIRED_VERSIONSTRING
- ${FREERDP_REQUIRED_MAJOR}.${FREERDP_REQUIRED_MINOR}.${FREERDP_REQUIRED_REVISION})
-find_package(FREERDP3)
-find_package(FREERDP)
-if(FREERDP3_FOUND)
- add_definitions(-DWITH_FREERDP3)
- option(WITH_FREERDP3 "Building RDP with FREERDP 3" ON)
- set(FREERDP_REQUIRED_MAJOR 3)
- set(FREERDP_FOUND FREERDP3_FOUND)
- add_subdirectory(rdp)
-elseif(FREERDP_FOUND)
- add_subdirectory(rdp)
-endif()
+add_subdirectory(rdp)
# X2Go
option(WITH_X2GO "Build X2Go plugin" OFF)