We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 428e3d3 + 0e10b09 commit 76dd5aeCopy full SHA for 76dd5ae
1 file changed
ci/hermes/packages/hermes/package.py
@@ -68,9 +68,9 @@ def cmake_args(self):
68
elif 'mpich' in self.spec:
69
args.append('-DHERMES_MPICH=ON')
70
if '+stdio' in self.spec:
71
- args.append('-HERMES_ENABLE_STDIO_ADAPTER=ON')
+ args.append('-DHERMES_ENABLE_STDIO_ADAPTER=ON')
72
if '+vfd' in self.spec:
73
- args.append('-HERMES_ENABLE_VFD=ON')
+ args.append('-DHERMES_ENABLE_VFD=ON')
74
if '+compress' in self.spec:
75
args.append(self.define('HERMES_ENABLE_COMPRESSION', 'ON'))
76
if '+encrypt' in self.spec:
0 commit comments