We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7298fe8 commit 465658fCopy full SHA for 465658f
cmake/modules/AddSwiftHostLibrary.cmake
@@ -92,7 +92,7 @@ function(add_swift_syntax_library name)
92
add_custom_command(
93
TARGET ${target}
94
POST_BUILD
95
- COMMAND "${CMAKE_COMMAND}" -E touch_nocreate $<TARGET_FILE:${target}> $<TARGET_OBJECTS:${target}> "${module_base}"
+ COMMAND "${CMAKE_COMMAND}" -E touch_nocreate $<TARGET_FILE:${target}> "${module_base}"
96
COMMAND_EXPAND_LISTS
97
COMMENT "Update mtime of library outputs workaround")
98
0 commit comments