From: Martin Quinson Date: Mon, 3 Apr 2023 19:10:10 +0000 (+0200) Subject: Remove a file generated by cmake X-Git-Tag: v3.34~211 X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/3f2adefbdedfef867783ef87da78d7c145192795 Remove a file generated by cmake --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ac691feed7..25f7ba2da5 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -475,7 +475,7 @@ else() endif() endif() # If the test ran well, remove the test binary -file(REMOVE test_stackgrowth) +file(REMOVE ${CMAKE_BINARY_DIR}/test_stackgrowth) #-------------------------------------------------------------------------------------------------- ###############