From 3f2adefbdedfef867783ef87da78d7c145192795 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 3 Apr 2023 21:10:10 +0200 Subject: [PATCH] Remove a file generated by cmake --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) #-------------------------------------------------------------------------------------------------- ############### -- 2.20.1