Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[Examples] Cmake indentation
[simgrid.git] / examples / smpi / CMakeLists.txt
index c35eb8f..4458086 100644 (file)
@@ -21,7 +21,7 @@ if(enable_smpi)
       add_executable       (smpi_${x} ${CMAKE_CURRENT_SOURCE_DIR}/mc/${x}.c)
       target_link_libraries(smpi_${x} simgrid)
       set_target_properties(smpi_${x} PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/mc)
-     endif()
+    endif()
     set(examples_src  ${examples_src} ${CMAKE_CURRENT_SOURCE_DIR}/mc/${x}.c)
   endforeach()
 endif()