Skip to content

Commit 533a26a

Browse files
committed
build: remove outdated documentation (NFC)
1 parent f9df4ca commit 533a26a

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

cmake/modules/AddSwift.cmake

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1353,11 +1353,8 @@ endfunction()
13531353
# add_swift_host_library(name
13541354
# [SHARED]
13551355
# [STATIC]
1356-
# [SWIFT_MODULE_DEPENDS dep1 ...]
13571356
# [LLVM_COMPONENT_DEPENDS comp1 ...]
13581357
# [FILE_DEPENDS target1 ...]
1359-
# [INSTALL]
1360-
# INSTALL_IN_COMPONENT comp
13611358
# source1 [source2 source3 ...])
13621359
#
13631360
# name
@@ -1375,9 +1372,6 @@ endfunction()
13751372
# FILE_DEPENDS
13761373
# Additional files this library depends on.
13771374
#
1378-
# INSTALL_IN_COMPONENT comp
1379-
# The Swift installation component that this library belongs to.
1380-
#
13811375
# source1 ...
13821376
# Sources to add into this library.
13831377
function(add_swift_host_library name)

0 commit comments

Comments
 (0)