mirror of
https://github.com/sogou/workflow.git
synced 2026-02-08 01:33:17 +08:00
Remove 'DEPENDS'.
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user