Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only search on given path
[simgrid.git] / buildtools / Cmake / Modules / FindGTnets.cmake
index fc709ea..338cb57 100644 (file)
@@ -2,11 +2,6 @@ find_library(HAVE_GTNETS_LIB
     NAME gtnets
     PATH_SUFFIXES lib64 lib lib64/gtnets lib/gtnets
     PATHS
-    /opt
-    /opt/local
-    /opt/csw
-    /sw
-    /usr
     ${gtnets_path}
 )
 
@@ -14,11 +9,6 @@ find_path(HAVE_SIMULATOR_H
        NAME simulator.h
     PATH_SUFFIXES include include/gtnets
     PATHS
-    /opt
-    /opt/local
-    /opt/csw
-    /sw
-    /usr
     ${gtnets_path}
 )