From 2a81cb1186ac3483183df32ba8c3e2fe7360cbcb Mon Sep 17 00:00:00 2001 From: Saleem Abdulrasool Date: Tue, 11 Oct 2022 13:46:20 -0700 Subject: [PATCH] Update CMakeLists.txt Remove accidental reference to CMakeLists.txt as a source file. --- Sources/_CollectionsUtilities/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/Sources/_CollectionsUtilities/CMakeLists.txt b/Sources/_CollectionsUtilities/CMakeLists.txt index 0be34d8ac..fd24b7e42 100644 --- a/Sources/_CollectionsUtilities/CMakeLists.txt +++ b/Sources/_CollectionsUtilities/CMakeLists.txt @@ -9,7 +9,6 @@ See https://swift.org/LICENSE.txt for license information add_library(_CollectionsUtilities "Array+WithContiguousStorage Compatibility.swift" - "CMakeLists.txt" "Debugging.swift" "Descriptions.swift" "IntegerTricks/FixedWidthInteger+roundUpToPowerOfTwo.swift"