Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update nsis script.
[simgrid.git] / buildtools / Cmake / Modules / FindPCRE.cmake
index 0b3db37..5eb24f8 100644 (file)
@@ -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