Skip to content

Commit eebee4d

Browse files
authored
chore: Fix linker warning in benchmark (#2918)
1 parent a6d5f94 commit eebee4d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ on:
2323
- "cmake/**"
2424
- "src/**"
2525
- "tests/**"
26+
- "benchmarks/**"
2627

2728
- docs/config-description.md
2829
workflow_dispatch:

benchmarks/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ target_sources(
1616
include(deps/gbench)
1717

1818
target_include_directories(clio_benchmark PRIVATE .)
19-
target_link_libraries(clio_benchmark PUBLIC clio_util clio_rpc benchmark::benchmark_main spdlog::spdlog)
19+
target_link_libraries(clio_benchmark PRIVATE clio_rpc clio_util benchmark::benchmark_main spdlog::spdlog)
2020
set_target_properties(clio_benchmark PROPERTIES RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR})

0 commit comments

Comments
 (0)