Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Oups delete needed line
authorunknown <pierre@.(none)>
Tue, 21 Feb 2012 16:01:06 +0000 (17:01 +0100)
committerunknown <pierre@.(none)>
Tue, 21 Feb 2012 16:01:21 +0000 (17:01 +0100)
buildtools/Cmake/Modules/FindPcreWin.cmake

index f2e1ad3..c22412c 100644 (file)
@@ -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)
 
           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
 mark_as_advanced(PATH_PCRE_H)
 mark_as_advanced(PATH_PCRE_LIB)
\ No newline at end of file