Skip to content
Snippets Groups Projects
Unverified Commit 27be6642 authored by Christoph Junghans's avatar Christoph Junghans Committed by GitHub
Browse files

laghos: inject CXX (#6664)

parent e80a27d7
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment