sofa-framework / sofa

Real-time multi-physics simulation with an emphasis on medical simulation.
https://www.sofa-framework.org
GNU Lesser General Public License v2.1
871 stars 297 forks source link

[Config] Fix findcxxopt when version is not specified #4564

Closed bakpaul closed 2 months ago

bakpaul commented 2 months ago

Based on #4554

Error raised when a find_package of cxxopt was not providing a version number because cxxopts_FIND_VERSION was not set.


By submitting this pull request, I acknowledge that
I have read, understand, and agree SOFA Developer Certificate of Origin (DCO).


Reviewers will merge this pull-request only if