From 3d288d95a7f4cc0347e4daf8bc65d2336732754f Mon Sep 17 00:00:00 2001 From: Dan Dennedy Date: Thu, 3 Apr 2025 15:54:55 -0700 Subject: [PATCH] fix missing POST_BUILD --- cmake/modules/TargetDistclean.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/cmake/modules/TargetDistclean.cmake b/cmake/modules/TargetDistclean.cmake index 8f6b8f5..a1be724 100644 --- a/cmake/modules/TargetDistclean.cmake +++ b/cmake/modules/TargetDistclean.cmake @@ -19,6 +19,7 @@ if(UNIX) *~ ) add_custom_command( + POST_BUILD COMMENT "running target clean" TARGET distclean COMMAND ${CMAKE_COMMAND} --build ${CMAKE_BINARY_DIR} --target clean