From 7a33ea757350876740e7a38ab7db4bdd6e399d20 Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Sat, 15 Nov 2025 11:06:39 -0800 Subject: [PATCH 1/2] Remove include of directories with missing or broken CMakeLists.txt --- Sources/CMakeLists.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Sources/CMakeLists.txt b/Sources/CMakeLists.txt index 8f8e806655..f53495e7c8 100644 --- a/Sources/CMakeLists.txt +++ b/Sources/CMakeLists.txt @@ -7,6 +7,4 @@ Licensed under Apache License v2.0 with Runtime Library Exception See https://swift.org/LICENSE.txt for license information #]] -add_subdirectory(SwiftDocC) -add_subdirectory(SwiftDocCUtilities) add_subdirectory(docc) From a460198b661033e923581cebabf26564839fea95 Mon Sep 17 00:00:00 2001 From: Doug Gregor Date: Sun, 16 Nov 2025 21:24:06 -0800 Subject: [PATCH 2/2] Remove the last of the CMake directories --- Sources/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/CMakeLists.txt b/Sources/CMakeLists.txt index f53495e7c8..13c3313a60 100644 --- a/Sources/CMakeLists.txt +++ b/Sources/CMakeLists.txt @@ -7,4 +7,3 @@ Licensed under Apache License v2.0 with Runtime Library Exception See https://swift.org/LICENSE.txt for license information #]] -add_subdirectory(docc)