rossvideo / Catena

Other
4 stars 0 forks source link

toolchain instructions need to be updated #113

Closed mejohnnaylor closed 3 months ago

mejohnnaylor commented 4 months ago

to account for the addition of google test being a toolchain requirement.

on macOS $ brew install googletest

investigation needed for Windows toolchain.

documents for all 3 tool chains need updated.

mejohnnaylor commented 4 months ago

also, make performance of unit tests conditional on a command line defined option such as DO_UNIT_TESTS

the default should be ON, and users can turn off unit tests at the cmake command line by -DDO_UNIT_TESTS=OFF

this should gate whether the tests folder is included as a subdirectory in the appropriate cmake file.