Fix typo : spec to self.spec (#5011)
This commit is contained in:
parent
a5b76d24cf
commit
a0d3a35afc
@ -44,7 +44,7 @@ def cmake_args(self):
|
||||
'-G', 'Ninja',
|
||||
'-DCMAKE_C_COMPILER=clang',
|
||||
'-DCMAKE_CXX_COMPILER=clang++',
|
||||
'-DOMP_PREFIX:PATH=%s' % spec['llvm-openmp-ompt'].prefix,
|
||||
'-DOMP_PREFIX:PATH=%s' % self.spec['llvm-openmp-ompt'].prefix,
|
||||
]
|
||||
|
||||
# TODO: Add better ninja support to CMakePackage
|
||||
|
Loading…
Reference in New Issue
Block a user