dwcaress / MB-System

MB-System is an open source software package for the processing and display of bathymetry and backscatter imagery data derived from multibeam, interferometry, and sidescan sonars.
https://www.mbari.org/products/research-software/mb-system/
Other
127 stars 45 forks source link

CMake build system #1406

Closed dwcaress closed 12 months ago

dwcaress commented 1 year ago

CMake build system: It turns out that the GSF i/o module was not getting built and used by default. The build system has been fixed so that the GSF format i/o module is built and linked unless the cmake command includes -DbuildGSF=OFF, as in: cmake -DbuildGSF=OFF ..