X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3fd03ae98e0aef984e4ff90b982e930a2c5eb994..ef33b9c0c2c0e9c15c27fce82515a23e8aadc0ed:/teshsuite/surf/surf_usage/CMakeLists.txt?ds=sidebyside diff --git a/teshsuite/surf/surf_usage/CMakeLists.txt b/teshsuite/surf/surf_usage/CMakeLists.txt index ad38e58e35..d1be069ffe 100644 --- a/teshsuite/surf/surf_usage/CMakeLists.txt +++ b/teshsuite/surf/surf_usage/CMakeLists.txt @@ -5,7 +5,7 @@ foreach(x surf_usage surf_usage2) set(tesh_files ${tesh_files} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.tesh) set(teshsuite_src ${teshsuite_src} ${CMAKE_CURRENT_SOURCE_DIR}/${x}.cpp) - ADD_TESH(tesh-${x} --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/surf/surf_usage --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/surf/surf_usage/${x}.tesh) + ADD_TESH(tesh-${x} --setenv bindir=${CMAKE_BINARY_DIR}/teshsuite/surf/surf_usage --cd ${CMAKE_HOME_DIRECTORY}/teshsuite/surf/surf_usage ${x}.tesh) endforeach() set(teshsuite_src ${teshsuite_src} PARENT_SCOPE)