Skip to content

Commit 55517d2

Browse files
committed
[CMake] Fix unified builds after #28003
1 parent 1725ece commit 55517d2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ function(get_test_dependencies SDK result_var_name)
4949
sil-nm
5050
sil-opt
5151
sil-passpipeline-dumper
52-
swift
52+
swift-frontend
5353
swift-api-digester
5454
swift-demangle
5555
swift-demangle-yamldump

tools/swift-remoteast-test/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ set_target_properties(swift-remoteast-test PROPERTIES ENABLE_EXPORTS 1)
1010

1111
# If building as part of clang, make sure the headers are installed.
1212
if(NOT SWIFT_BUILT_STANDALONE)
13-
add_dependencies(swift clang-resource-headers)
13+
add_dependencies(swift-frontend clang-resource-headers)
1414
endif()
1515

0 commit comments

Comments
 (0)