summaryrefslogtreecommitdiffstats
path: root/CMakeFilters.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2020-12-15 00:15:14 (GMT)
committerGitHub <noreply@github.com>2020-12-15 00:15:14 (GMT)
commit2acfa58d892feb6e1155625744593aafe2ea7315 (patch)
treec6c23205d67810117505b337111034f0e0c45477 /CMakeFilters.cmake
parent26c2a3484fe7defb80fd6423b1b3b7ee0000cad7 (diff)
downloadhdf5-2acfa58d892feb6e1155625744593aafe2ea7315.zip
hdf5-2acfa58d892feb6e1155625744593aafe2ea7315.tar.gz
hdf5-2acfa58d892feb6e1155625744593aafe2ea7315.tar.bz2
OESS-98 Update plugin build option (#172)
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 dda5510..9a0719f 100644
--- a/CMakeFilters.cmake
+++ b/CMakeFilters.cmake
@@ -12,7 +12,7 @@
option (USE_LIBAEC "Use AEC library as SZip Filter" OFF)
include (ExternalProject)
-#include(FetchContent)
+include (FetchContent)
#option (HDF5_ALLOW_EXTERNAL_SUPPORT "Allow External Library Building (NO GIT TGZ)" "NO")
set (HDF5_ALLOW_EXTERNAL_SUPPORT "NO" CACHE STRING "Allow External Library Building (NO GIT TGZ)")