From 8e5872cc6d047bc890604d809986742db1c3b286 Mon Sep 17 00:00:00 2001 From: AlysonStahl-NOAA <166434581+AlysonStahl-NOAA@users.noreply.github.com> Date: Thu, 9 May 2024 12:25:08 -0600 Subject: [PATCH] typo --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index ff392de3..1bc40668 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -109,7 +109,7 @@ if (USE_NETCDF3) endif() if (USE_IPOLATES=1) shell_test(run_ipolates_tests) -endif +endif() if (USE_AEC) shell_test(run_wgrib2_aec_tests) endif()