# ioss fork for VTK This branch contains changes required to embed ioss into VTK. This includes changes made primarily to the build system to allow it to be embedded into another source tree as well as a header to facilitate mangling of the symbols to avoid conflicts with other copies of the library within a single process. * Ignore whitespace for VTK's commit checks. * Use VTK's Exodus library. * Use VTK's CGNS library. * Use VTK's NetCDF library. * Integrate the CMake build with VTK's module system. * Mangle all exported symbols to have a `vtkioss_` prefix. * Use VTK's fmt library.