From: unknown Date: Tue, 21 Feb 2012 16:01:06 +0000 (+0100) Subject: Oups delete needed line X-Git-Tag: exp_20120308~34^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/0d69d3581518efa7b23b618088e8db92e9aa1876?hp=-c;ds=sidebyside Oups delete needed line --- 0d69d3581518efa7b23b618088e8db92e9aa1876 diff --git a/buildtools/Cmake/Modules/FindPcreWin.cmake b/buildtools/Cmake/Modules/FindPcreWin.cmake index f2e1ad3a41..c22412cdd2 100644 --- a/buildtools/Cmake/Modules/FindPcreWin.cmake +++ b/buildtools/Cmake/Modules/FindPcreWin.cmake @@ -38,5 +38,7 @@ else(PATH_PCRE_LIB) message(FATAL_ERROR "Please install the pcre package 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