X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7abdd79c9f0f110c7ed500d9c9d30c475bbe83b2..ba9a4cfeba4eb00e84cd17603fc9654e81445655:/examples/msg/ns3/CMakeLists.txt diff --git a/examples/msg/ns3/CMakeLists.txt b/examples/msg/ns3/CMakeLists.txt index fd2349b93c..9765d82289 100644 --- a/examples/msg/ns3/CMakeLists.txt +++ b/examples/msg/ns3/CMakeLists.txt @@ -1,7 +1,6 @@ if(HAVE_NS3) - set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") - add_executable(ns3 "ns3.c") - target_link_libraries(ns3 simgrid ) + add_executable (ns3 ns3.c) + target_link_libraries(ns3 simgrid) endif() set(tesh_files