Skip to content

Commit 36587b3

Browse files
committed
CMakeLists.txt: add comment not doing rm -r {CMAKE_CURRENT_BINARY_DIR}
1 parent 2d7a68b commit 36587b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CMakeLists.txt

+1
Original file line numberDiff line numberDiff line change
@@ -220,6 +220,7 @@ set_property(
220220
if(NOT TARGET clean_all)
221221
add_custom_target(clean_all
222222
COMMAND ${CMAKE_BUILD_TOOL} clean
223+
# cowardly not doing rm -r ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}
223224
COMMAND find . -name "*.o" -o -regex "./libcmp-.*" | xargs rm
224225
# after the following, cannot call this target again:
225226
COMMAND find . ( -name "*.cmake" -o -name Makefile ) | xargs rm

0 commit comments

Comments
 (0)