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:
authorAntenore Gatta <antenore@simbiosi.org>2020-10-09 16:43:45 +0300
committerAntenore Gatta <antenore@simbiosi.org>2020-10-09 16:43:45 +0300
commit688e947c6be146628d903012699009221fbd379c (patch)
treee458f108f8c6c56acd89103ac4676848e8188d44 /CMakeLists.txt
parent77832afed28899aadf274ef77340a87d66f714e9 (diff)
Implementing text search in the SSH plugin
* Regular expressions * Match case * Wrap around * Whole word Signed-off-by: Antenore Gatta <antenore@simbiosi.org>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 4a4db5e9f..214077ba2 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -48,6 +48,7 @@ include(FindOptionalPackage)
include(ConfigOptions)
include(GtkUpdateIconCache)
include(CheckHasModule)
+include(FindPCRE2)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")