Fixed Typo in Examinimd Spackage (#21515)
This commit is contained in:
parent
adb350c23c
commit
35b5d37f10
@ -56,7 +56,7 @@ def build_targets(self):
|
||||
targets.append('CXX = {0}'.format(self.spec['mpi'].mpicxx))
|
||||
else:
|
||||
targets.append('MPI=0')
|
||||
targets.append('CXX = {0}'.format('spack_cxx'))
|
||||
targets.append('CXX = {0}'.format(spack_cxx))
|
||||
return targets
|
||||
|
||||
def install(self, spec, prefix):
|
||||
|
Loading…
Reference in New Issue
Block a user