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:
authorbhatman1441 <blackhat1441@protonmail.com>2024-01-04 17:43:29 +0300
committerbhatman1441 <blackhat1441@protonmail.com>2024-01-04 17:43:29 +0300
commit5c8f81ea8164a5985c0d6186bc929a702d95bc13 (patch)
tree50dd9c2ba409801091b9802de41c9f2f109d3dae
parent7a66d1a47dab5cb79fdfe596da6ae93cac37402c (diff)
[freerdp] Set FREERDP_REQUIRED_VERSION to 2 if WITH_FREERDP3 is OFF
-rw-r--r--plugins/rdp/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/plugins/rdp/CMakeLists.txt b/plugins/rdp/CMakeLists.txt
index 93b07c0c1..377b42500 100644
--- a/plugins/rdp/CMakeLists.txt
+++ b/plugins/rdp/CMakeLists.txt
@@ -43,6 +43,7 @@ if (WITH_FREERDP3)
set(FREERDP_REQUIRED_MINOR 0)
set(FREERDP_REQUIRED_REVISION 0)
else()
+ set(FREERDP_REQUIRED_VERSION 2)
set(FREERDP_REQUIRED_MAJOR 2)
set(FREERDP_REQUIRED_MINOR 0)
set(FREERDP_REQUIRED_REVISION 0)