Skip to content

Commit

Permalink
Fix minimum version for Google benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Oct 2, 2023
1 parent 41cf2e5 commit e1f2cf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/perf_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ IF (KOKKOS_HAS_TRILINOS)
ENDIF()

# Find or download google/benchmark library
find_package(benchmark QUIET)
find_package(benchmark QUIET 1.5.6)
IF(benchmark_FOUND)
MESSAGE(STATUS "Using google benchmark found in ${benchmark_DIR}")
ELSE()
Expand Down

0 comments on commit e1f2cf5

Please sign in to comment.