diff options
author | Allen Byrne <50328838+byrnHDF@users.noreply.github.com> | 2021-01-27 13:56:28 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-27 13:56:28 (GMT) |
commit | 799ec0fde45a883e3652f29a1f66dd2fdb4c56f9 (patch) | |
tree | d6e9bfbfbc6f8364a38d83d44f62dbe753d13e24 /src | |
parent | d7bce33123c9c3eea9e7399de68b2e74a55f3809 (diff) | |
download | hdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.zip hdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.tar.gz hdf5-799ec0fde45a883e3652f29a1f66dd2fdb4c56f9.tar.bz2 |
Small fixes (#285)
* OESS-98 convert plugin option to FetchContent, add tests
* Fixes for pkcfg files because of plugin option
* OESS-98 fix tools test for plugins
* Keep doxygen comments under 100 chars long - format hint
* Whitespace
* HDFFV-11144 - Reclassify CMake messages
* HDFFV-11099/11100 added help text
* Reworked switch statement to compare string instead
* Fix typo
* Update CDash mode
* Correct name of threadsafe
* Correct option name
* Undo accidental commit
* Small changes plus merge of tools arg parse from 1.12
Diffstat (limited to 'src')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 755cf3b..610e905 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -185,7 +185,6 @@ set (H5ES_HDRS IDE_GENERATED_PROPERTIES ("H5ES" "${H5ES_HDRS}" "${H5ES_SOURCES}" ) - set (H5F_SOURCES ${HDF5_SRC_DIR}/H5F.c ${HDF5_SRC_DIR}/H5Faccum.c |