X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/6740a49a46fa6534825f33687543c2fda022fbef..efb208392b7630ccaad2b75e640def61124103a0:/buildtools/Cmake/Modules/FindPCRE.cmake diff --git a/buildtools/Cmake/Modules/FindPCRE.cmake b/buildtools/Cmake/Modules/FindPCRE.cmake index 0b3db37a89..5eb24f8a4c 100644 --- a/buildtools/Cmake/Modules/FindPCRE.cmake +++ b/buildtools/Cmake/Modules/FindPCRE.cmake @@ -83,6 +83,8 @@ if(PATH_PCRE_LIB AND PATH_PCRE_H) else(PATH_PCRE_LIB) message(FATAL_ERROR "Please install the libpcre3-dev package or equivalent before using SimGrid.") endif(PATH_PCRE_LIB AND PATH_PCRE_H) - + +set(PCRE_LIBRARY_PATH $ENV{PCRE_LIBRARY_PATH}) + mark_as_advanced(PATH_PCRE_H) mark_as_advanced(PATH_PCRE_LIB) \ No newline at end of file