From: Arnaud Giersch Date: Wed, 10 Apr 2013 08:04:56 +0000 (+0200) Subject: Fix out-of-source build. X-Git-Tag: v3_9_90~412^2~19 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/8793d6d97b50abd592fcf3c7f785ee338822ad7d Fix out-of-source build. --- diff --git a/examples/msg/mc/CMakeLists.txt b/examples/msg/mc/CMakeLists.txt index 796d92c878..d556a5e71c 100644 --- a/examples/msg/mc/CMakeLists.txt +++ b/examples/msg/mc/CMakeLists.txt @@ -4,7 +4,7 @@ if(HAVE_MC) set(EXECUTABLE_OUTPUT_PATH "${CMAKE_CURRENT_BINARY_DIR}") file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/test/") - file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/chord/") + file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/chord_liveness/") add_executable(centralized centralized_mutex.c) add_executable(bugged1 bugged1.c)