summaryrefslogtreecommitdiffstats
path: root/CMakePresets.json
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-08-23 19:32:09 (GMT)
committerGitHub <noreply@github.com>2023-08-23 19:32:09 (GMT)
commite1602a287b0f9520f5e92f65263359b5f04ebce7 (patch)
treed7468a6e5a9b768bbe946c9f201c265317d2914c /CMakePresets.json
parent81fc47cc06dd162940b39b99b25c3708db026b0a (diff)
downloadhdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.zip
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.gz
hdf5-e1602a287b0f9520f5e92f65263359b5f04ebce7.tar.bz2
Re-enable SZIP default to ON in CMake (#3414)
The Autotools were handled in a separate commit
Diffstat (limited to 'CMakePresets.json')
-rw-r--r--CMakePresets.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/CMakePresets.json b/CMakePresets.json
index dcb6ff5..6fe2fd0 100644
--- a/CMakePresets.json
+++ b/CMakePresets.json
@@ -34,8 +34,7 @@
"cacheVariables": {
"HDF5_PACKAGE_EXTLIBS": "ON",
"ZLIB_USE_LOCALCONTENT": "OFF",
- "LIBAEC_USE_LOCALCONTENT": "OFF",
- "HDF5_ENABLE_SZIP_SUPPORT": "ON"
+ "LIBAEC_USE_LOCALCONTENT": "OFF"
}
},
{