Skip to content

Draft: FindRivet.cmake & Rivet-based physics objects

Louis Moureaux requested to merge lmoureau/ProtoDarwin:feature/find-rivet into master

This MR contains a working find module for Rivet. Or at least it thinks it can find it. Usage:

cmake -B build -DRIVET_ROOT=../install

where ../install is the root of the Rivet installation tree. I haven't tested it more than running the above command and checking the detected version number.

Merge request reports