Skip to content

Commit 29329b5

Browse files
authored
Merge pull request swiftlang#308 from compnerd/dependency
build: add a dependency on the swift compiler
2 parents 0d0a998 + 5c96470 commit 29329b5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/modules/SwiftSupport.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,7 @@ function(add_swift_library library)
5757
${module_directory}/${ASL_MODULE_NAME}.swiftdoc
5858
DEPENDS
5959
${ASL_SOURCES}
60+
${CMAKE_SWIFT_COMPILER}
6061
COMMAND
6162
${CMAKE_COMMAND} -E make_directory ${module_directory}
6263
COMMAND

0 commit comments

Comments
 (0)