summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2023-09-26 13:46:15 (GMT)
committerGitHub <noreply@github.com>2023-09-26 13:46:15 (GMT)
commit830bf561e1236308cdffe0c519c6e779ec0929e3 (patch)
tree9ccbc8739c6d47dd8611fb9c24dca12d38662850 /CMakeFilters.cmake
parent5bd7cf645342bdbcd9faafdb920ffef43a41e2e8 (diff)
downloadhdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.zip
hdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.tar.gz
hdf5-830bf561e1236308cdffe0c519c6e779ec0929e3.tar.bz2
Merge CMake,doxygen changes from develop,1.10 branches (#3578)
* Merge CMake,doxygen changes from develop,1.10 branches * revert incorrect option in AT TS build * Use variable for ignore-eol usage. * Add last_test depends logic * Just print status on CMake below 3.14
Diffstat (limited to 'CMakeFilters.cmake')
-rw-r--r--CMakeFilters.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeFilters.cmake b/CMakeFilters.cmake
index 200634e..3a1a0de 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -9,7 +9,7 @@
# If you do not have access to either file, you may request a copy from
# help@hdfgroup.org.
#
-option (USE_LIBAEC "Use AEC library as SZip Filter" OFF)
+option (USE_LIBAEC "Use AEC library as SZip Filter" ON)
option (USE_LIBAEC_STATIC "Use static AEC library " OFF)
option (ZLIB_USE_EXTERNAL "Use External Library Building for ZLIB" 0)
option (SZIP_USE_EXTERNAL "Use External Library Building for SZIP" 0)