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.
2 parents dc85cb0 + 50fb165 commit 2562afaCopy full SHA for 2562afa
lib/ASTGen/CMakeLists.txt
@@ -85,6 +85,15 @@ if (SWIFT_SWIFT_PARSER)
85
endforeach()
86
endfunction()
87
88
+ # Workaround to touch the library and its objects so that we don't continually rebuild (again, see
89
+ # corresponding change in swift-syntax).
90
+ add_custom_command(
91
+ TARGET swiftASTGen
92
+ POST_BUILD
93
+ COMMAND "${CMAKE_COMMAND}" -E touch_nocreate $<TARGET_FILE:swiftASTGen> $<TARGET_OBJECTS:swiftASTGen>
94
+ COMMAND_EXPAND_LISTS
95
+ COMMENT "Update mtime of library outputs workaround")
96
+
97
set(SWIFT_SYNTAX_MODULES
98
SwiftBasicFormat
99
SwiftParser
0 commit comments