Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
msg.h lives in a subdir, actually
[simgrid.git] / FindSimGrid.cmake
index 0ad3753..4bf7a04 100644 (file)
@@ -5,16 +5,12 @@ find_library(SIMGRID_LIB
     NAME simgrid
     HINTS
        $ENV{SIMGRID_ROOT}
-       /usr/local
-       /usr
     PATH_SUFFIXES lib
 )
 
-find_path(SIMGRID_INCLUDES msg.h
+find_path(SIMGRID_INCLUDES msg/msg.h
     HINTS
        $ENV{SIMGRID_ROOT}
-       /usr/local
-       /usr
     PATH_SUFFIXES include
 )