From e5bef59ae3a922f9b0cfd96bea697b80e0e872b2 Mon Sep 17 00:00:00 2001 From: Edward Hartnett Date: Mon, 30 Dec 2024 09:45:39 -0700 Subject: [PATCH] added USE_G2C_API option --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index f7593b28..bf8e911d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -25,6 +25,7 @@ option(BUILD_WITH_W3EMC "Build with NCEPLIBS-w3emc, enabling some GRIB1 function option(BUILD_UTILS "Build grib utilities" ON) option(USE_AEC "Build with AEC (CCSDS) compression support" OFF) option(G2C_COMPARE "Enable copygb2 tests using g2c_compare" OFF) +option(USE_G2C_API "Enable new file-based API from NCEPLIBS-g2c" OFF) # Developers can use this option to specify a local directory which # holds the test files. They will be copied instead of fetching the