prepend missing self. to spec (#23172)
This commit is contained in:
parent
46088aa5da
commit
60c909cee5
@ -39,7 +39,7 @@ def cmake_args(self):
|
||||
args.append("-DMPI=OFF")
|
||||
|
||||
args.append('-DKVTREE_FILE_LOCK={0}'.format(
|
||||
spec.variants['file_lock'].value.upper()))
|
||||
self.spec.variants['file_lock'].value.upper()))
|
||||
|
||||
if self.spec.satisfies('platform=cray'):
|
||||
args.append("-DKVTREE_LINK_STATIC=ON")
|
||||
|
Loading…
Reference in New Issue
Block a user