Skip to content

Commit 45fa69f

Browse files
committed
🔥 Remove sc library
Problem: - `sc` is no longer used; all its functionality has been superseded by `stdx`. Solution: - Remove the library.
1 parent f010b96 commit 45fa69f

File tree

10 files changed

+0
-682
lines changed

10 files changed

+0
-682
lines changed

CMakeLists.txt

Lines changed: 0 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -32,24 +32,6 @@ set(GEN_STR_CATALOG
3232
${CMAKE_CURRENT_LIST_DIR}/tools/gen_str_catalog.py
3333
CACHE FILEPATH "Location of script to generate a string catalog")
3434

35-
add_library(cib_sc INTERFACE)
36-
target_compile_features(cib_sc INTERFACE cxx_std_20)
37-
target_link_libraries_system(cib_sc INTERFACE fmt::fmt-header-only stdx)
38-
39-
target_sources(
40-
cib_sc
41-
INTERFACE FILE_SET
42-
sc
43-
TYPE
44-
HEADERS
45-
BASE_DIRS
46-
include
47-
FILES
48-
include/sc/format.hpp
49-
include/sc/fwd.hpp
50-
include/sc/lazy_string_format.hpp
51-
include/sc/string_constant.hpp)
52-
5335
add_library(cib_match INTERFACE)
5436
target_compile_features(cib_match INTERFACE cxx_std_20)
5537
target_link_libraries_system(cib_match INTERFACE stdx)
@@ -296,7 +278,6 @@ target_link_libraries_system(
296278
cib_match
297279
cib_msg
298280
cib_nexus
299-
cib_sc
300281
cib_seq
301282
concurrency
302283
fmt::fmt-header-only
@@ -326,7 +307,6 @@ if(PROJECT_IS_TOP_LEVEL)
326307
clang_tidy_interface(cib_match)
327308
clang_tidy_interface(cib_msg)
328309
clang_tidy_interface(cib_nexus)
329-
clang_tidy_interface(cib_sc)
330310
clang_tidy_interface(cib_seq)
331311

332312
# Enable functional and performance test suites.

include/sc/README.md

Lines changed: 0 additions & 179 deletions
This file was deleted.

include/sc/format.hpp

Lines changed: 0 additions & 103 deletions
This file was deleted.

include/sc/fwd.hpp

Lines changed: 0 additions & 46 deletions
This file was deleted.

0 commit comments

Comments
 (0)