Skip to content

Commit

Permalink
Remove google/benchmark workaround (#4928)
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanTLavavej committed Sep 4, 2024
1 parent 1a54b61 commit c7c5ca7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions benchmarks/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,6 @@ function(add_benchmark name)
target_compile_features(benchmark-${name} PRIVATE cxx_std_${arg_CXX_STANDARD})
target_include_directories(benchmark-${name} PRIVATE inc)
target_link_libraries(benchmark-${name} PRIVATE benchmark::benchmark)
# TRANSITION, google/benchmark#1450
target_compile_definitions(benchmark-${name} PRIVATE BENCHMARK_STATIC_DEFINE)
endfunction()

add_benchmark(bitset_to_string src/bitset_to_string.cpp)
Expand Down

0 comments on commit c7c5ca7

Please sign in to comment.