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:12:01 (GMT)
committerGitHub <noreply@github.com>2021-07-14 16:12:01 (GMT)
commit9ec773bb18b8e7ddce5e347577329fcc8f7a73a9 (patch)
tree16ab7941e5041660c1071b8923baf061c005f7d9 /config/cmake/HDF5_Examples_options.cmake
parent21c6bb38e6cf0776dbdc37841280dffd6ca79990 (diff)
downloadhdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.zip
hdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.tar.gz
hdf5-9ec773bb18b8e7ddce5e347577329fcc8f7a73a9.tar.bz2
Changes to docs for using plugins (#814)
* Changes to docs for using plugins * VS2019 corrections * Fix typo
Diffstat (limited to 'config/cmake/HDF5_Examples_options.cmake')
-rw-r--r--config/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 100644
--- 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