summaryrefslogtreecommitdiffstats
path: root/config/cmake/cacheinit.cmake
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-27 14:07:36 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-27 14:07:36 (GMT)
commit38e923b85367b9e1428a3d284cb3c09c9fe8a108 (patch)
tree8b3a7a661c92ac49967fd473d8d68ef9ba98e926 /config/cmake/cacheinit.cmake
parentbf5029051ccfb4184903b4e12f87695beb806986 (diff)
downloadhdf5-38e923b85367b9e1428a3d284cb3c09c9fe8a108.zip
hdf5-38e923b85367b9e1428a3d284cb3c09c9fe8a108.tar.gz
hdf5-38e923b85367b9e1428a3d284cb3c09c9fe8a108.tar.bz2
OESS-65 replace szip with aec library
Diffstat (limited to 'config/cmake/cacheinit.cmake')
-rw-r--r--config/cmake/cacheinit.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/cacheinit.cmake b/config/cmake/cacheinit.cmake
index 5254115..4efb185 100644
--- a/config/cmake/cacheinit.cmake
+++ b/config/cmake/cacheinit.cmake
@@ -43,6 +43,8 @@ set_property (CACHE HDF5_ALLOW_EXTERNAL_SUPPORT PROPERTY STRINGS NO GIT TGZ)
set (ZLIB_TGZ_NAME "ZLib.tar.gz" CACHE STRING "Use ZLib from compressed file" FORCE)
set (SZIP_TGZ_NAME "SZip.tar.gz" CACHE STRING "Use SZip from compressed file" FORCE)
+set (SZAEC_TGZ_NAME "LIBAEC.tar.gz" CACHE STRING "Use SZip AEC from compressed file" FORCE)
+set (USE_LIBAEC ON CACHE BOOL "Use libaec szip replacement" FORCE)
set (ZLIB_PACKAGE_NAME "zlib" CACHE STRING "Name of ZLIB package" FORCE)