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>2020-11-23 12:15:35 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-11-23 12:15:35 +0300
commita9f0ac7565ad6de577685e5df0a6a20f6ec19702 (patch)
tree0a9b72c93f4fa88200dab506e8eeef9e80ea6c02 /cmake
parent651ace246363d0cb4c3b36b174a2791eaab1d531 (diff)
Typo. Author higithubhi
Diffstat (limited to '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 613552a90..55da11583 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>=3.0.0})
+ pkg_check_modules(PC_FREERDP3 freerdp3>=3.0.0)
endif()
set(FREERDP3_DEFINITIONS ${PC_FREERDP3_CFLAGS_OTHER})