Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
various cleanups in the CMakeLists.txt files
[simgrid.git] / teshsuite / msg / host_on_off / CMakeLists.txt
index 776a811..2f60d1e 100644 (file)
@@ -1,7 +1,5 @@
-set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
-
 foreach(x host_on_off host_on_off_wait host_on_off_recv)
-  add_executable(${x} ${x}.c)
+  add_executable       (${x} ${x}.c)
   target_link_libraries(${x} simgrid)
 endforeach()