diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-05 16:04:36 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 16:04:36 (GMT) |
commit | ce64336d99640007c6cbbe5b1c243e8e69fadd54 (patch) | |
tree | 4db46cefd4ac2f9a9666694d2341885fe4e71cb1 /config | |
parent | eb3c0d62c917ce4e08d5090e92e1b7b331c924c6 (diff) | |
download | hdf5-ce64336d99640007c6cbbe5b1c243e8e69fadd54.zip hdf5-ce64336d99640007c6cbbe5b1c243e8e69fadd54.tar.gz hdf5-ce64336d99640007c6cbbe5b1c243e8e69fadd54.tar.bz2 |
1 12 Remove duplicate setting (#237)
* merge updates from develop
* remove extension on command
* Run autogen before chkmanifest
* Update release text files and whitespace cleanup
* Update list
* OESS-98 Update plugin build option
* OESS-98 fix tools test for plugins
* Fix conflict
* OESS-98 fix hdf5 link target
* Update pkgconfig settings with version - #218
* HDFFV-10865 - merge from dev, HDFArray perf fix.
* HDFFV-10865 - fix date
* Remove duplicate setting
Diffstat (limited to 'config')
-rw-r--r-- | config/cmake/HDF5PluginCache.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config/cmake/HDF5PluginCache.cmake b/config/cmake/HDF5PluginCache.cmake index 99ea4b2..2b9e48c 100644 --- a/config/cmake/HDF5PluginCache.cmake +++ b/config/cmake/HDF5PluginCache.cmake @@ -8,7 +8,6 @@ set (H5PL_BUILD_TESTING ON CACHE BOOL "Enable h5pl testing" FORCE) set (BUILD_EXAMPLES ON CACHE BOOL "Build h5pl Examples" FORCE) -set (HDF5_PACKAGE_NAME "hdf5" CACHE STRING "Name of HDF5 package" FORCE) set (HDF5_HDF5_HEADER "h5pubconf.h" CACHE STRING "Name of HDF5 header" FORCE) set (HDF5_LINK_LIBS ${HDF5_LIBSH_TARGET} CACHE STRING "hdf5 target" FORCE) #set (HDF5_INCLUDE_DIR $<TARGET_PROPERTY:${HDF5_LIBSH_TARGET},INCLUDE_DIRECTORIES> CACHE PATH "hdf5 include dirs" FORCE) |