Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do the make distcheck command into the CMAKE_BINARY_TEST_DIR directory
[simgrid.git] / buildtools / Cmake / Modules / FindF2c.cmake
index 2c32af8..29ad563 100644 (file)
@@ -58,4 +58,10 @@ endif(F2C_EXE)
 
 mark_as_advanced(HAVE_F2C_H)
 mark_as_advanced(F2C_EXE)
-mark_as_advanced(HAVE_F2C_LIB)
\ No newline at end of file
+mark_as_advanced(HAVE_F2C_LIB)
+
+if(HAVE_F2C_H)
+  include_directories(${HAVE_F2C_H})
+else(HAVE_F2C_H)
+       message(FATAL_ERROR "You should install f2c before use smpi.")
+endif(HAVE_F2C_H)
\ No newline at end of file