prepend missing self. to spec (#23172)
This commit is contained in:
		| @@ -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") | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Frank Willmore
					Frank Willmore