FreeCAD: master 0ed341a8

Author Committer Branch Timestamp Parent
chennes wmayer master 2021-02-11 05:58:22 master 4b4a6b35
Changeset [CMAKE] Add Coin3D version info

Modelled after the code for Eigen3, this adds a version check for Coin.
If pkg_config (or some other method) finds the version string, just
print that. If not, do a REGEX MATCH on the file in Coin's headers that
includes the version information. Note that in this case the beta
version information is excluded.
mod - cMake/FindCoin3D.cmake Diff File
mod - cMake/FreeCAD_Helpers/PrintFinalReport.cmake Diff File