vtk-m/benchmarking
Kenneth Moreland 7e49c11313 Mark the find_package(benchmark) with required
Add the REQUIRED flag to the find_package command to find the Google
benchmark package. Without that flag, the find_package command will
happily pass if the benchmarks are not found.

However, if benchmarks is not found, then the CMake configure will then
fail because the benchmark::benchmark library is not defined. That is a
confusing error to get. Since benchmark is not a typical thing installed
on a system, this can be problematic.
2020-01-09 12:28:48 -07:00
..
BenchmarkArrayTransfer.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkAtomicArray.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkCopySpeeds.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkDeviceAdapter.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
Benchmarker.h Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkFieldAlgorithms.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkFilters.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkRayTracing.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
BenchmarkTopologyAlgorithms.cxx Port benchmarking framework to Google Benchmark. 2020-01-08 10:58:51 -05:00
CMakeLists.txt Mark the find_package(benchmark) with required 2020-01-09 12:28:48 -07:00