Skip to content

Commit 3cb24f0

Browse files
authored
Merge pull request ClickHouse#80223 from Algunenano/examples_linking
Fix examples linking and remove some
2 parents c216686 + 0bd2cc6 commit 3cb24f0

File tree

7 files changed

+4
-476
lines changed

7 files changed

+4
-476
lines changed

src/Common/examples/CMakeLists.txt

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,17 +25,11 @@ target_link_libraries (compact_array PRIVATE clickhouse_common_io clickhouse_com
2525
clickhouse_add_executable (radix_sort radix_sort.cpp)
2626
target_link_libraries (radix_sort PRIVATE clickhouse_common_io clickhouse_common_config ch_contrib::pdqsort)
2727

28-
clickhouse_add_executable (arena_with_free_lists arena_with_free_lists.cpp)
29-
target_link_libraries (arena_with_free_lists PRIVATE dbms)
30-
3128
if (OS_LINUX)
3229
clickhouse_add_executable (thread_creation_latency thread_creation_latency.cpp)
3330
target_link_libraries (thread_creation_latency PRIVATE dbms clickhouse_common_io clickhouse_common_config)
3431
endif()
3532

36-
clickhouse_add_executable (space_saving space_saving.cpp)
37-
target_link_libraries (space_saving PRIVATE dbms clickhouse_common_io clickhouse_common_config)
38-
3933
clickhouse_add_executable (integer_hash_tables_benchmark integer_hash_tables_benchmark.cpp)
4034
target_link_libraries (integer_hash_tables_benchmark PRIVATE dbms ch_contrib::abseil_swiss_tables ch_contrib::sparsehash)
4135

src/Common/examples/arena_with_free_lists.cpp

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

0 commit comments

Comments
 (0)