Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / examples / smpi / energy / f77 / CMakeLists.txt
index 976640d..3b503c4 100644 (file)
@@ -1,8 +1,7 @@
 if(enable_smpi AND SMPI_FORTRAN)
   set(CMAKE_Fortran_COMPILER "${CMAKE_BINARY_DIR}/smpi_script/bin/smpiff")
-  set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
-  add_executable(sef sef.f)
+  add_executable       (sef sef.f)
   target_link_libraries(sef simgrid)
 endif()