From 88176051fe191ed627265049dc748226ed810b16 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Marjam=C3=A4ki?= Date: Sat, 2 Apr 2011 14:29:27 +0200 Subject: [PATCH] cmake: reduced message a little --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 8817df7d4..5a6db2475 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,8 +18,8 @@ set(CMAKE_MODULE_PATH "${CPPCHECK_SOURCE_DIR}/cmake/modules" ${CMAKE_MODULE_PATH find_package(PCRE) if(NOT PCRE_FOUND) - message("User-defined rules are disabled since required PCRE libraries were not found. -If you want to enable the rules, then configure the PCRE paths for CMake.") + message("User-defined rules are disabled since PCRE libraries were not found. +The PCRE paths can be configured by 'cmake-gui'.") endif() # Building lib as static library is disabled due to bug