summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2021-10-29 22:41:04 (GMT)
committerGitHub <noreply@github.com>2021-10-29 22:41:04 (GMT)
commit7ef6f7b6f84a39e440be59c4607e7cd84e6007bb (patch)
tree400dfea083ec2b043f9eb08b5f4d37660557445c
parent9e0f68b967f3e28b6d052ccc45556aedae616d7a (diff)
downloadhdf5-7ef6f7b6f84a39e440be59c4607e7cd84e6007bb.zip
hdf5-7ef6f7b6f84a39e440be59c4607e7cd84e6007bb.tar.gz
hdf5-7ef6f7b6f84a39e440be59c4607e7cd84e6007bb.tar.bz2
Set the plugin path to the library default (#1144)
-rw-r--r--config/cmake/HDF5_Examples.cmake.in2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/cmake/HDF5_Examples.cmake.in b/config/cmake/HDF5_Examples.cmake.in
index 5b7262e..db638fd 100644
--- a/config/cmake/HDF5_Examples.cmake.in
+++ b/config/cmake/HDF5_Examples.cmake.in
@@ -94,6 +94,8 @@ else()
set(CTEST_SOURCE_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_SOURCE_NAME}")
set(CTEST_BINARY_DIRECTORY "${CTEST_DASHBOARD_ROOT}/${CTEST_BINARY_NAME}")
endif()
+### default HDF5_PLUGIN_PATH to where the filter libraries are located
+set(ENV{HDF5_PLUGIN_PATH} "${INSTALLDIR}/lib/plugin")
if(${CDASH_LOCAL})
set(ADD_BUILD_OPTIONS "${ADD_BUILD_OPTIONS} -DCDASH_LOCAL:BOOL=ON")
endif()