Skip to content

Commit 65a2b03

Browse files
committed
cmake: use FRAMEWORK_DEPENDS
1 parent 3df742a commit 65a2b03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/SwiftSourceKitClient/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ add_swift_library(swiftSwiftLang SHARED
99
SourceKitdResponse.swift
1010
SourceKitdUID.swift
1111

12-
DEPENDS SourceKitService sourcekitd
12+
FRAMEWORK_DEPENDS sourcekitd
1313
SWIFT_COMPILE_FLAGS ${EXTRA_COMPILE_FLAGS}
1414
LINK_FLAGS ${EXTRA_LINKER_FLAGS}
1515
SWIFT_MODULE_DEPENDS Foundation
16-
INSTALL_IN_COMPONENT swift-syntax
16+
INSTALL_IN_COMPONENT sourcekit-xpc-service
1717
TARGET_SDKS OSX
1818
IS_STDLIB)

0 commit comments

Comments
 (0)