From: navarrop Date: Thu, 2 Dec 2010 13:32:29 +0000 (+0000) Subject: Cosmetics. X-Git-Tag: v3.6_beta2~1033 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/2579e99a0e9204d92bc8665e49ac44a3816c74bb Cosmetics. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@8879 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/buildtools/Cmake/CompleteInFiles.cmake b/buildtools/Cmake/CompleteInFiles.cmake index b0e40c11b0..33be2d13ed 100644 --- a/buildtools/Cmake/CompleteInFiles.cmake +++ b/buildtools/Cmake/CompleteInFiles.cmake @@ -213,7 +213,7 @@ if(PATH_PCRE_LIB AND PATH_PCRE_H) endif(NOT operation) set(HAVE_PCRE_LIB 1) else(PATH_PCRE_LIB) - message("You should install libpcre (please install the libpcre3-dev package or equivalent)") + message("-- You should install libpcre (please install the libpcre3-dev package or equivalent)") endif(PATH_PCRE_LIB AND PATH_PCRE_H) #--------------------------------------------------------------------------------------------------