From a566e7eacc901e7d3907e2acc8c367c4403ac9c8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9o=20Lam?= Date: Tue, 19 Apr 2022 00:34:56 +0200 Subject: [PATCH] ksys: Remove BitSet.h from source file list --- src/KingSystem/Utils/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/src/KingSystem/Utils/CMakeLists.txt b/src/KingSystem/Utils/CMakeLists.txt index ba280ccd..591c0361 100644 --- a/src/KingSystem/Utils/CMakeLists.txt +++ b/src/KingSystem/Utils/CMakeLists.txt @@ -72,7 +72,6 @@ target_sources(uking PRIVATE AtomicLongBitFlag.h BitField.h - BitSet.h Debug.h FixedString.h HashUtil.h