File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -92,9 +92,15 @@ function(add_swift_syntax_library name)
92
92
add_custom_command (
93
93
TARGET ${target}
94
94
POST_BUILD
95
- COMMAND "${CMAKE_COMMAND} " -E touch_nocreate $<TARGET_FILE:${target} > $<TARGET_OBJECTS: ${target} > "${module_base} "
95
+ COMMAND "${CMAKE_COMMAND} " -E touch_nocreate $<TARGET_FILE:${target} > "${module_base} "
96
96
COMMAND_EXPAND_LISTS
97
97
COMMENT "Update mtime of library outputs workaround" )
98
+ add_custom_command (
99
+ TARGET ${target}
100
+ POST_BUILD
101
+ COMMAND "${CMAKE_COMMAND} " -E touch_nocreate $<TARGET_OBJECTS:${target} >
102
+ COMMAND_EXPAND_LISTS
103
+ COMMENT "Update mtime of objcect files workaround" )
98
104
99
105
set_target_properties (${target} PROPERTIES
100
106
Swift_MODULE_NAME ${name}
You can’t perform that action at this time.
0 commit comments