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:
authorMatteo F. Vescovi <mfvescovi+gitlab@gmail.com>2020-10-20 18:22:44 +0300
committerMatteo F. Vescovi <mfvescovi+gitlab@gmail.com>2020-10-20 18:22:44 +0300
commit83c77970aa110af35c5830b9be1f9cc053a1d821 (patch)
tree8d6bfac11fd757ab971503e1b54a659eceb2d688 /src/CMakeLists.txt
parent82e24402d82d34108f5e524c8405af9e38674b84 (diff)
Update error message for pcre2 library
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 1e32fc8ea..297eeaa04 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -224,7 +224,7 @@ endif()
include(FindPCRE2)
if (NOT PCRE2_FOUND)
- message(FATAL_ERROR "require pcre2")
+ message(FATAL_ERROR "libpcre2 library not found")
endif ()
include_directories(${PCRE2_INCLUDE_DIRS})