X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/7a8cd62135619ad52e05ae1c929ef07e166e4260..70f837ba5e17520c7484ec354f8e1d3b4e2632f7:/examples/msg/pmm/CMakeLists.txt diff --git a/examples/msg/pmm/CMakeLists.txt b/examples/msg/pmm/CMakeLists.txt index 43649dd0b9..c08ea02929 100644 --- a/examples/msg/pmm/CMakeLists.txt +++ b/examples/msg/pmm/CMakeLists.txt @@ -1,10 +1,8 @@ -cmake_minimum_required(VERSION 2.6) - set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") add_executable(msg_pmm msg_pmm.c) -target_link_libraries(msg_pmm simgrid m ) +target_link_libraries(msg_pmm simgrid ) set(tesh_files ${tesh_files}