laghos: inject CXX (#6664)

This commit is contained in:
Christoph Junghans 2017-12-12 17:26:02 -07:00 committed by GitHub
parent e80a27d713
commit 27be66420a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -53,6 +53,7 @@ def build_targets(self):
'share/mfem/config.mk'))
targets.append('TEST_MK=%s' % join_path(spec['mfem'].prefix,
'share/mfem/test.mk'))
targets.append('CXX=%s' % spec['mpi'].mpicxx)
return targets