DOI-USGS / usgscsm

This repository stores USGS Community Sensor Model (CSM) camera models
Other
26 stars 33 forks source link

Build fails if sphinx is missing #482

Closed oleg-alexandrov closed 2 months ago

oleg-alexandrov commented 4 months ago

If trying to build usgscsm per the instructions, it fails to build, as sphinx is missing.

It is suggested to make the cmake option USGSCSM_BUILD_DOCS be OFF by default, so that the build compiles out-of-the-box. Or, at least, the documentation at https://github.com/DOI-USGS/usgscsm?tab=readme-ov-file#building-usgscsm should have the build command set -USGSCSM_BUILD_DOCS=OFF.