From 32d58f6c3daee20fdef4e2481ec46c8875c62c2a Mon Sep 17 00:00:00 2001 From: meriadeg perrinel Date: Mon, 6 Feb 2023 16:35:33 +0100 Subject: [PATCH] #5: fixed previous commit mistake --- perf_test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perf_test/CMakeLists.txt b/perf_test/CMakeLists.txt index e9f5a9c88c..28752e9c6c 100644 --- a/perf_test/CMakeLists.txt +++ b/perf_test/CMakeLists.txt @@ -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}")