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:
authorAntenore Gatta <antenore@simbiosi.org>2016-01-22 13:07:25 +0300
committerAntenore Gatta <antenore@simbiosi.org>2016-01-22 13:07:25 +0300
commit9e7a461e7c26fc5630bb3cd08c64cb1afdcd40c6 (patch)
treed14706b9b67a0a39267bbee41d08763f91f3e1fa /cmake
parentc0a996d578e02b710dfa1ea786f41a1f821f70c0 (diff)
parentdc32534df494b4f2517aa838ee84562bf06b2187 (diff)
Merge branch 'next' into survey
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 3a3463a07..bb63a5d0f 100644
--- a/cmake/FindFREERDP.cmake
+++ b/cmake/FindFREERDP.cmake
@@ -19,7 +19,7 @@
find_package(PkgConfig)
if(PKG_CONFIG_FOUND)
- pkg_check_modules(PC_FREERDP freerdp>=${FREERDP_REQUIRED_VERSIONSTRING})
+ pkg_check_modules(PC_FREERDP freerdp2>=${FREERDP_REQUIRED_VERSIONSTRING})
endif()
set(FREERDP_DEFINITIONS ${PC_FREERDP_CFLAGS_OTHER})