raxml-ng: Fixed typo: (#21580)
This commit is contained in:
parent
175d614bc6
commit
7d48bbfd3a
1 changed files with 1 additions and 1 deletions
|
@ -31,4 +31,4 @@ class RaxmlNg(CMakePackage):
|
||||||
depends_on('mpi', when='+mpi')
|
depends_on('mpi', when='+mpi')
|
||||||
|
|
||||||
def cmake_args(self):
|
def cmake_args(self):
|
||||||
return [self.define_from_variants('USE_MPI', 'mpi')]
|
return [self.define_from_variant('USE_MPI', 'mpi')]
|
||||||
|
|
Loading…
Reference in a new issue