X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/cf108868b4eeed4d0d9d343bc68557d7814e18c0..53b9ff1b6972dffeabd543a09c89170663c30ad1:/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