libhio: specify use of external json (#15209)
libhio has been building it's own json. With this change, libhio will rely on the json installed by spack.
This commit is contained in:
parent
94c2e7e7b4
commit
0187807621
1 changed files with 2 additions and 0 deletions
|
@ -57,4 +57,6 @@ def configure_args(self):
|
|||
if '+hdf5' in spec:
|
||||
args.append('--with-hdf5={0}'.format(spec['hdf5'].prefix))
|
||||
|
||||
args.append('--with-external-json={0}'.format(spec['json-c'].prefix))
|
||||
|
||||
return args
|
||||
|
|
Loading…
Reference in a new issue