From 49c71a53b40e371e0d4f566b28d1251c53489917 Mon Sep 17 00:00:00 2001 From: Ward Fisher Date: Thu, 16 Feb 2023 16:41:19 -0700 Subject: [PATCH] Turn benchmarks off by default. They require netcdf4, additional logic is required in order to have them on by default. --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 08d560f44..f1ed32278 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1417,8 +1417,8 @@ IF(ENABLE_TESTS) # Option to turn on performance testing. # See https://github.com/Unidata/netcdf-c/issues/2627 for more information. ### - OPTION(ENABLE_BENCHMARKS "Run benchmark Tests." ON) - + OPTION(ENABLE_BENCHMARKS "Run benchmark Tests." OFF) + ### # End known-failures.