Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
PCRE is installed on /usr/lib
authornavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2011 14:01:50 +0000 (14:01 +0000)
committernavarrop <navarrop@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Wed, 26 Jan 2011 14:01:50 +0000 (14:01 +0000)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@9506 48e7efb5-ca39-0410-a469-dd3cf9ba447f

buildtools/Cmake/Modules/FindPCRE.cmake

index e2537eb..eba8fb9 100644 (file)
@@ -9,8 +9,7 @@ find_library(PATH_PCRE_LIB
     /opt/local
     /opt/csw
     /sw
     /opt/local
     /opt/csw
     /sw
-    /usr
-    /lib)
+    /usr)
     
 find_path(PATH_PCRE_H "pcre.h"
     HINTS
     
 find_path(PATH_PCRE_H "pcre.h"
     HINTS