diff --git a/CMakeLists.txt b/CMakeLists.txt index 091a3c4d5..58897f7b6 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -353,7 +353,6 @@ else() if(CMAKE_STRIP AND NOT DEVILUTIONX_DISABLE_STRIP) add_custom_command( TARGET ${BIN_TARGET} POST_BUILD - DEPENDS ${BIN_TARGET} COMMAND $<$,$>:${CMAKE_STRIP}> ARGS $) endif()