cmake: reduced message a little

This commit is contained in:
Daniel Marjamäki 2011-04-02 14:29:27 +02:00
parent 8a28a63e68
commit 88176051fe
1 changed files with 2 additions and 2 deletions

View File

@ -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