summaryrefslogtreecommitdiffstats
path: root/release_docs/INSTALL_CMake.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-05-08 21:28:52 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-05-08 21:28:52 (GMT)
commitf7bfa60bf9f591f03963137c8bb41b0d2b90a1c1 (patch)
treec29adb7e62781b32a801b1795c747d49687b7ed8 /release_docs/INSTALL_CMake.txt
parent96cabf6c59a19a806092aff983480d6848f89279 (diff)
parentf82348f80940e6ea197b7913f6357a5bbde3c43d (diff)
downloadhdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.zip
hdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.tar.gz
hdf5-f7bfa60bf9f591f03963137c8bb41b0d2b90a1c1.tar.bz2
Merge pull request #2568 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f82348f80940e6ea197b7913f6357a5bbde3c43d': Comment out pull-request action and enable fail fast Correct filename Change to use alias Fix name setting OESS-65 fix packaging config files
Diffstat (limited to 'release_docs/INSTALL_CMake.txt')
-rw-r--r--release_docs/INSTALL_CMake.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/release_docs/INSTALL_CMake.txt b/release_docs/INSTALL_CMake.txt
index a0386cd..5442f6c 100644
--- a/release_docs/INSTALL_CMake.txt
+++ b/release_docs/INSTALL_CMake.txt
@@ -479,6 +479,7 @@ These five steps are described in detail below.
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)
+ set (LIBAEC_PACKAGE_NAME "libaec" CACHE STRING "Name of AEC SZIP package" FORCE)
set (SZIP_PACKAGE_NAME "szip" CACHE STRING "Name of SZIP package" FORCE)
2. Configure the cache settings