Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Teshsuite SMPI : execute from build dir.
[simgrid.git] / teshsuite / surf / CMakeLists.txt
index 0952484..a9346ba 100644 (file)
@@ -1,4 +1,4 @@
-foreach(x lmm_usage surf_usage surf_usage2 wifi_usage wifi_usage_decay)
+foreach(x lmm_usage surf_usage surf_usage2)
   add_executable       (${x}  EXCLUDE_FROM_ALL ${x}/${x}.cpp)
   target_link_libraries(${x}  simgrid)
   set_target_properties(${x}  PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR}/${x})