fix missing POST_BUILD

This commit is contained in:
Dan Dennedy
2025-04-03 15:54:55 -07:00
committed by Jaromil
parent 1f8e21e27f
commit 3d288d95a7

View File

@@ -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