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}")