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:
plamborn 2020-02-29 06:25:21 -07:00 committed by GitHub
parent 94c2e7e7b4
commit 0187807621
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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