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:
Diffstat (limited to 'cmake')
-rw-r--r--cmake/FindPCRE2.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/FindPCRE2.cmake b/cmake/FindPCRE2.cmake
index 8654b4422..cc27218c4 100644
--- a/cmake/FindPCRE2.cmake
+++ b/cmake/FindPCRE2.cmake
@@ -11,8 +11,8 @@ find_library(PCRE2_LIBRARY
PATH_SUFFIXES lib)
if (PCRE2_INCLUDE_DIR AND PCRE2_LIBRARY)
- message(STATUS "found pcre2 headers at ${PCRE2_INCLUDE_DIR}")
- message(STATUS "found pcre2 libraries at ${PCRE2_LIBRARY}")
+ message(STATUS "Found pcre2 headers at ${PCRE2_INCLUDE_DIR}")
+ message(STATUS "Found pcre2 libraries at ${PCRE2_LIBRARY}")
set(PCRE2_INCLUDE_DIRS ${PCRE2_INCLUDE_DIR})
set(PCRE2_LIBRARIES ${PCRE2_LIBRARY})
set(PCRE2_FOUND yes)