Skip to content

Commit

Permalink
#5: fixed previous commit mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
mperrinel authored and meriadegp committed Feb 14, 2023
1 parent 634b2ca commit 32d58f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perf_test/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ IF(KokkosKernels_ENABLE_BENCHMARK)
message(FATAL_ERROR "Benchmarks are not supported when building as part of Trilinos")
ENDIF()

# find_package(benchmark QUIET)
find_package(benchmark QUIET)

IF(benchmark_FOUND)
MESSAGE(STATUS "Using google benchmark found in ${benchmark_DIR}")
Expand Down

0 comments on commit 32d58f6

Please sign in to comment.