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 'cmake/FindFREERDP3.cmake')
-rw-r--r--cmake/FindFREERDP3.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindFREERDP3.cmake b/cmake/FindFREERDP3.cmake
index 05d86c1c4..613552a90 100644
--- a/cmake/FindFREERDP3.cmake
+++ b/cmake/FindFREERDP3.cmake
@@ -19,7 +19,7 @@
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
- pkg_check_modules(PC_FREERDP3 freerdp3>=${FREERDP_REQUIRED_VERSIONSTRING})
+ pkg_check_modules(PC_FREERDP3 freerdp3>=3.0.0})
endif()
set(FREERDP3_DEFINITIONS ${PC_FREERDP3_CFLAGS_OTHER})