Skip to content

Commit 2faa903

Browse files
committed
[CMake] Remove the 'lang-docs' component entirely.
...on Dmitri's prompting.
1 parent 7d70aa3 commit 2faa903

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ set(SWIFT_ENABLE_GOLD_LINKER FALSE CACHE BOOL
7777
"Enable using the gold linker when available")
7878

7979
set(_SWIFT_KNOWN_INSTALL_COMPONENTS
80-
"compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;clang-libclang;arclite-symlink;stdlib;stdlib-experimental;sdk-overlay;editor-integration;lang-docs;tools;testsuite-tools;dev;sourcekit-xpc-service;sourcekit-inproc")
80+
"compiler;clang-builtin-headers;clang-resource-dir-symlink;clang-builtin-headers-in-clang-resource-dir;clang-libclang;arclite-symlink;stdlib;stdlib-experimental;sdk-overlay;editor-integration;tools;testsuite-tools;dev;sourcekit-xpc-service;sourcekit-inproc")
8181

8282
# Set the SWIFT_INSTALL_COMPONENTS variable to the default value if it is not passed in via -D
8383
set(SWIFT_INSTALL_COMPONENTS "${_SWIFT_KNOWN_INSTALL_COMPONENTS}" CACHE STRING

utils/build-presets.ini

+1-1
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ install-lldb
440440
install-llbuild
441441
install-swiftpm
442442
install-prefix=/usr
443-
swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;lang-docs;dev
443+
swift-install-components=compiler;clang-builtin-headers;stdlib;sdk-overlay;dev
444444
build-swift-static-stdlib=1
445445
skip-test-lldb=1
446446

0 commit comments

Comments
 (0)