Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
more explicit error message
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 416d1da..639baa0 100644 (file)
@@ -204,7 +204,7 @@ if(PATH_PCRE_LIB)
                endif(NOT operation)
        set(HAVE_PCRE_LIB 1)
 else(PATH_PCRE_LIB)
-               message(FATAL_ERROR "Must have libpcre")
+               message(FATAL_ERROR "You must have libpcre installed (please install the libpcre3-dev package or equivalent)")
 endif(PATH_PCRE_LIB)
 
 #--------------------------------------------------------------------------------------------------