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
path: root/cmake
diff options
context:
space:
mode:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindFREERDP.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/FindFREERDP.cmake b/cmake/FindFREERDP.cmake
index 9ff226e1a..c9c7c1034 100644
--- a/cmake/FindFREERDP.cmake
+++ b/cmake/FindFREERDP.cmake
@@ -18,7 +18,7 @@
# Boston, MA 02111-1307, USA.
find_package(PkgConfig)
-pkg_check_modules(PC_FREERDP freerdp>=1.0)
+pkg_check_modules(PC_FREERDP freerdp>=1.2)
set(FREERDP_DEFINITIONS ${PC_FREERDP_CFLAGS_OTHER})
find_path(FREERDP_INCLUDE_DIR NAMES freerdp/freerdp.h