Remove 'DEPENDS'.

This commit is contained in:
Xie Han
2025-07-23 19:45:22 +08:00
parent 7a3838754e
commit 0dacf70756

View File

@@ -38,7 +38,6 @@ macro(makeLink src dest target)
add_custom_command(
TARGET ${target} PRE_BUILD
COMMAND ${CMAKE_COMMAND} -E copy_if_different ${src} ${dest}
DEPENDS ${dest}
)
endmacro()