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:
authorGiovanni Panozzo <giovanni@panozzo.it>2014-12-02 00:43:15 +0300
committerGiovanni Panozzo <giovanni@panozzo.it>2014-12-02 00:43:15 +0300
commit486059f4addfb332146fa7bcc35a1f90ead4aec8 (patch)
tree74f2505347625b4c24b9e0b8c0559260c2e78c93 /cmake
parentcda5584ccedac688a6a3e3d41c8e74c3c7051f43 (diff)
Make cmake find freerdp v1.2
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