Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Need to know if have smpi when compiling
[simgrid.git] / buildtools / Cmake / CompleteInFiles.cmake
index 1f422e1..8a03a12 100644 (file)
@@ -75,6 +75,9 @@ if(enable_gtnets)
 endif(enable_gtnets)
 if(enable_smpi)
        include(FindF2c)
+       if(HAVE_F2C_H)
+        SET(HAVE_SMPI 1)
+    endif(HAVE_F2C_H)
 endif(enable_smpi)
 if(enable_lua)
        include(FindLua51Simgrid)