Skip to content

Commit 27f2f36

Browse files
committed
[CMakeFile] Speculative fix for build dependency issue
1 parent 90374a7 commit 27f2f36

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tools/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ endif()
1111

1212
# Add generated libSyntax headers to global dependencies.
1313
list(APPEND LLVM_COMMON_DEPENDS swift-syntax-generated-headers)
14+
list(APPEND LLVM_COMMON_DEPENDS swift-parse-syntax-generated-headers)
1415
if(SWIFT_BUILD_SOURCEKIT)
1516
list(APPEND LLVM_COMMON_DEPENDS generated_sourcekit_uids)
1617
endif()

0 commit comments

Comments
 (0)