Skip to content

Commit 465658f

Browse files
committed
[CMake] Remove 'touch' post process for object files
1 parent 7298fe8 commit 465658f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmake/modules/AddSwiftHostLibrary.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ function(add_swift_syntax_library name)
9292
add_custom_command(
9393
TARGET ${target}
9494
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}"
9696
COMMAND_EXPAND_LISTS
9797
COMMENT "Update mtime of library outputs workaround")
9898

0 commit comments

Comments
 (0)