X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/f613012a6a7680572118ed0be244205cb1f62c8e..3e9550feddc792474634cc1d0056bff3bf900b13:/doc/HelloWorld/FindPCRE.cmake diff --git a/doc/HelloWorld/FindPCRE.cmake b/doc/HelloWorld/FindPCRE.cmake index e6f382b41e..858e0e2dbe 100644 --- a/doc/HelloWorld/FindPCRE.cmake +++ b/doc/HelloWorld/FindPCRE.cmake @@ -44,8 +44,6 @@ find_path(PATH_PCRE_H "pcre.h" /opt/csw /sw /usr) - -set(HAVE_PCRE_LIB 0) message(STATUS "Looking for pcre.h") if(PATH_PCRE_H) @@ -93,9 +91,8 @@ if(PATH_PCRE_LIB AND PATH_PCRE_H) if(NOT operation) SET(CMAKE_C_FLAGS "${CMAKE_C_FLAGS}-I${PATH_PCRE_H} ") endif(NOT operation) - set(HAVE_PCRE_LIB 1) else(PATH_PCRE_LIB) - message(FATAL_ERROR "Please install the libpcre3-dev package or equivalent before using it.") + message(FATAL_ERROR "Please install the libpcre3-dev package or equivalent before using SimGrid.") endif(PATH_PCRE_LIB AND PATH_PCRE_H) mark_as_advanced(PATH_PCRE_H)