libmesh icon indicating copy to clipboard operation
libmesh copied to clipboard

contrib/bin/test_installed_headers.sh relies on $CXX being set

Open jwpeterson opened this issue 5 years ago • 0 comments

This isn't documented at all in the script, and it would probably be more correct to use the output of

libmesh-config --cxx

instead of whatever is set (or not) in the user's environment.

jwpeterson avatar Oct 12 '20 19:10 jwpeterson