Skip to content

Commit 32417d1

Browse files
authored
Merge pull request #61101 from CodaFi/dependabot
2 parents 2242a3e + 8cd8c4d commit 32417d1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

SwiftCompilerSources/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,7 @@ else()
264264
# The swift modules can now depend on that target.
265265
# Note that this library is unused, i.e. not linked to anything.
266266
add_library(importedHeaderDependencies "${CMAKE_CURRENT_BINARY_DIR}/HeaderDependencies.cpp")
267+
add_dependencies(importedHeaderDependencies swift-ast-generated-headers)
267268
target_include_directories(importedHeaderDependencies PRIVATE "${CMAKE_CURRENT_SOURCE_DIR}/../include/swift")
268269

269270
if(${BOOTSTRAPPING_MODE} MATCHES "HOSTTOOLS|CROSSCOMPILE")

0 commit comments

Comments
 (0)