diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-05 14:08:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-05 14:08:54 (GMT) |
commit | 4b733b292673e52ef14f61c9e3eb76f950c676c6 (patch) | |
tree | 016e079cbabe38ed45181e5c4e6de348c73bc981 /config/cmake | |
parent | f50fd0cc07111e7cf6821fc655512147a3795c37 (diff) | |
download | hdf5-4b733b292673e52ef14f61c9e3eb76f950c676c6.zip hdf5-4b733b292673e52ef14f61c9e3eb76f950c676c6.tar.gz hdf5-4b733b292673e52ef14f61c9e3eb76f950c676c6.tar.bz2 |
Remove duplicate setting (#236)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Remove duplicate setting
Diffstat (limited to 'config/cmake')
-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) |