Changes to docs for using plugins (#814)

* Changes to docs for using plugins

* VS2019 corrections

* Fix typo
This commit is contained in:
Allen Byrne
2021-07-14 11:12:01 -05:00
committed by GitHub
parent 21c6bb38e6
commit 9ec773bb18
8 changed files with 51 additions and 23 deletions

View File

@@ -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