Skip to content

Commit

Permalink
added USE_G2C_API option
Browse files Browse the repository at this point in the history
  • Loading branch information
edwardhartnett committed Dec 30, 2024
1 parent c6541b7 commit e5bef59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e5bef59

Please sign in to comment.