grinsfem / grins

Multiphysics Finite Element package built on libMesh
http://grinsfem.github.io
Other
47 stars 39 forks source link

Update cppunit.m4 #610

Closed pbauman closed 2 years ago

pbauman commented 2 years ago

Newer versions of CppUnit do not include the cppunit-config. Libmesh is using macros that require one of these newer versions anyway so I don't even bother checking for it anymore. Also took out the version checks for simplicity. If we need to bifurcate on version, we can do something about it later. But really, I'd rather just move to catch2 one of these days.