Skip to content

Commit

Permalink
move if else block outside for loop
Browse files Browse the repository at this point in the history
  • Loading branch information
pravirkr committed May 8, 2024
1 parent 1cb0445 commit 9102d4a
Show file tree
Hide file tree
Showing 7 changed files with 159 additions and 131 deletions.
4 changes: 2 additions & 2 deletions bench/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
CPMAddPackage(
NAME benchmark
VERSION 1.8.0
VERSION 1.8.3
GITHUB_REPOSITORY google/benchmark
OPTIONS "BENCHMARK_ENABLE_TESTING Off"
OPTIONS "BENCHMARK_ENABLE_WERROR OFF" "BENCHMARK_FORCE_WERROR OFF" "BENCHMARK_ENABLE_TESTING OFF"
)

set(TARGET_BENCHMARKS ${PROJECT_NAME}_bench)
Expand Down
Loading

0 comments on commit 9102d4a

Please sign in to comment.