summaryrefslogtreecommitdiffstats
path: root/config/cmake/HDF5_Examples_options.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-07-14 16:31:43 (GMT)
committerGitHub <noreply@github.com>2021-07-14 16:31:43 (GMT)
commitc2e4b89165988b66a4141b17d5a9d0ab1ab0f953 (patch)
tree51fe79f69f3caa189f26eb211890c193c9ca9fa2 /config/cmake/HDF5_Examples_options.cmake
parent60734e63fe077238f10de3d6ca8f037f9a42af89 (diff)
downloadhdf5-c2e4b89165988b66a4141b17d5a9d0ab1ab0f953.zip
hdf5-c2e4b89165988b66a4141b17d5a9d0ab1ab0f953.tar.gz
hdf5-c2e4b89165988b66a4141b17d5a9d0ab1ab0f953.tar.bz2
Changes to docs for using plugins (#819)
Diffstat (limited to 'config/cmake/HDF5_Examples_options.cmake')
-rwxr-xr-xconfig/cmake/HDF5_Examples_options.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/cmake/HDF5_Examples_options.cmake b/config/cmake/HDF5_Examples_options.cmake
index b639b19..236a814 100755
--- a/config/cmake/HDF5_Examples_options.cmake
+++ b/config/cmake/HDF5_Examples_options.cmake
@@ -42,8 +42,11 @@
### enable JAVA builds
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF_BUILD_JAVA:BOOL=ON")
+#############################################################################################
### enable FILTERS builds
#set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DHDF_BUILD_FILTERS:BOOL=ON")
+### default HDF5_PLUGIN_PATH to where the filter libraries are located
+#set(ENV{HDF5_PLUGIN_PATH} "${INSTALLDIR}/lib/plugin")
#############################################################################################
### enable parallel program builds