diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 13:58:22 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-05-08 13:58:22 (GMT) |
commit | aef4c9b02b85a20f6df1fce7832bc9cd9041fc1b (patch) | |
tree | 5d7fc7176086cbb9a4fa073c6003e795443b835e /config/cmake/mccacheinit.cmake | |
parent | 96cabf6c59a19a806092aff983480d6848f89279 (diff) | |
download | hdf5-aef4c9b02b85a20f6df1fce7832bc9cd9041fc1b.zip hdf5-aef4c9b02b85a20f6df1fce7832bc9cd9041fc1b.tar.gz hdf5-aef4c9b02b85a20f6df1fce7832bc9cd9041fc1b.tar.bz2 |
OESS-65 fix packaging config files
Diffstat (limited to 'config/cmake/mccacheinit.cmake')
-rw-r--r-- | config/cmake/mccacheinit.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/cmake/mccacheinit.cmake b/config/cmake/mccacheinit.cmake index f4bfb07..af07894 100644 --- a/config/cmake/mccacheinit.cmake +++ b/config/cmake/mccacheinit.cmake @@ -59,5 +59,5 @@ set (CMAKE_BUILD_TYPE "Debug" CACHE STRING "Build Debug" FORCE) set (CTEST_CONFIGURATION_TYPE "Debug" CACHE STRING "Build Debug" 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) |