NOAA-OWP / ngen

Next Generation Water Modeling Engine and Framework Prototype
Other
82 stars 57 forks source link

Replace old macros with consistent NGEN_WITH_FOO #814

Closed PhilMiller closed 1 month ago

PhilMiller commented 2 months ago

Replace all NGen-specific build condition macros that weren't in the current standard form in the codebase with the standard form.

Resolves #813

Testing

  1. Local testing with various flags enabled/disabled
  2. CI

Checklist

PhilMiller commented 2 months ago

Grrr, builds failing due to include paths for much of the codebase not reaching NGenConfig.h. Gotta play with CMake more to figure that out.