We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d7a68b commit 36587b3Copy full SHA for 36587b3
CMakeLists.txt
@@ -220,6 +220,7 @@ set_property(
220
if(NOT TARGET clean_all)
221
add_custom_target(clean_all
222
COMMAND ${CMAKE_BUILD_TOOL} clean
223
+ # cowardly not doing rm -r ${CMAKE_CURRENT_BINARY_DIR} ${CMAKE_BINARY_DIR}
224
COMMAND find . -name "*.o" -o -regex "./libcmp-.*" | xargs rm
225
# after the following, cannot call this target again:
226
COMMAND find . ( -name "*.cmake" -o -name Makefile ) | xargs rm
0 commit comments