Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] always set initial value for variables, if not, we get an invalid trace file
[simgrid.git] / examples / msg / icomms / CMakeLists.txt
old mode 100755 (executable)
new mode 100644 (file)
index 870bfb4..7a628bd
@@ -1,6 +1,6 @@
 cmake_minimum_required(VERSION 2.6)
 
-set(EXECUTABLE_OUTPUT_PATH "${PROJECT_DIRECTORY}/examples/msg/icomms/")
+set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}")
 
 add_executable(peer peer.c)
 target_link_libraries(peer simgrid)