@@ -25,34 +25,16 @@ include(cmake/string_catalog.cmake)
25
25
add_versioned_package("gh:boostorg/mp11#boost-1.83.0" )
26
26
fmt_recipe(10.2.1)
27
27
add_versioned_package("gh:intel/cpp-baremetal-concurrency#1108849" )
28
- add_versioned_package("gh:intel/cpp-std-extensions#25911ff " )
28
+ add_versioned_package("gh:intel/cpp-std-extensions#a3886fa " )
29
29
add_versioned_package("gh:intel/cpp-baremetal-senders-and-receivers#8510ecc" )
30
30
31
31
set (GEN_STR_CATALOG
32
32
${CMAKE_CURRENT_LIST_DIR} /tools/gen_str_catalog.py
33
33
CACHE FILEPATH "Location of script to generate a string catalog" )
34
34
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
-
53
35
add_library (cib_match INTERFACE )
54
36
target_compile_features (cib_match INTERFACE cxx_std_20)
55
- target_link_libraries_system(cib_match INTERFACE cib_sc stdx)
37
+ target_link_libraries_system(cib_match INTERFACE stdx)
56
38
57
39
target_sources (
58
40
cib_match
@@ -79,7 +61,7 @@ target_sources(
79
61
80
62
add_library (cib_interrupt INTERFACE )
81
63
target_compile_features (cib_interrupt INTERFACE cxx_std_20)
82
- target_link_libraries_system(cib_interrupt INTERFACE cib_sc concurrency stdx)
64
+ target_link_libraries_system(cib_interrupt INTERFACE concurrency stdx)
83
65
84
66
target_sources (
85
67
cib_interrupt
@@ -123,7 +105,7 @@ target_sources(
123
105
124
106
add_library (cib_log INTERFACE )
125
107
target_compile_features (cib_log INTERFACE cxx_std_20)
126
- target_link_libraries_system(cib_log INTERFACE cib_sc stdx)
108
+ target_link_libraries_system(cib_log INTERFACE stdx)
127
109
128
110
target_sources (
129
111
cib_log
@@ -146,7 +128,6 @@ target_link_libraries_system(
146
128
cib_log
147
129
cib_lookup
148
130
cib_match
149
- cib_sc
150
131
stdx)
151
132
152
133
target_sources (
@@ -237,7 +218,7 @@ target_sources(
237
218
238
219
add_library (cib_flow INTERFACE )
239
220
target_compile_features (cib_flow INTERFACE cxx_std_20)
240
- target_link_libraries_system(cib_flow INTERFACE cib_log cib_nexus cib_sc stdx)
221
+ target_link_libraries_system(cib_flow INTERFACE cib_log cib_nexus stdx)
241
222
242
223
target_sources (
243
224
cib_flow
@@ -262,14 +243,7 @@ target_sources(
262
243
263
244
add_library (cib_seq INTERFACE )
264
245
target_compile_features (cib_seq INTERFACE cxx_std_20)
265
- target_link_libraries_system(
266
- cib_seq
267
- INTERFACE
268
- cib_flow
269
- cib_log
270
- cib_nexus
271
- cib_sc
272
- stdx)
246
+ target_link_libraries_system(cib_seq INTERFACE cib_flow cib_log cib_nexus stdx)
273
247
274
248
target_sources (
275
249
cib_seq
@@ -299,7 +273,6 @@ target_link_libraries_system(
299
273
cib_match
300
274
cib_msg
301
275
cib_nexus
302
- cib_sc
303
276
cib_seq
304
277
concurrency
305
278
fmt::fmt-header-only
@@ -329,7 +302,6 @@ if(PROJECT_IS_TOP_LEVEL)
329
302
clang_tidy_interface(cib_match)
330
303
clang_tidy_interface(cib_msg)
331
304
clang_tidy_interface(cib_nexus)
332
- clang_tidy_interface(cib_sc)
333
305
clang_tidy_interface(cib_seq)
334
306
335
307
# Enable functional and performance test suites.
0 commit comments