Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove a file generated by cmake
authorMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Apr 2023 19:10:10 +0000 (21:10 +0200)
committerMartin Quinson <martin.quinson@ens-rennes.fr>
Mon, 3 Apr 2023 19:14:09 +0000 (21:14 +0200)
CMakeLists.txt

index ac691fe..25f7ba2 100644 (file)
@@ -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)
 #--------------------------------------------------------------------------------------------------
 
 ###############