diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-06-20 11:31:01 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-06-20 11:31:01 (GMT) |
commit | b106b883cc620dee06f560598acc159dd106b7cd (patch) | |
tree | a4afbc169697822b7dc336ae236e7b86bd165d50 /examples | |
parent | aa9a979fbb07c56ebe5ccebb9b92c8eb58b9bacd (diff) | |
download | hdf5-b106b883cc620dee06f560598acc159dd106b7cd.zip hdf5-b106b883cc620dee06f560598acc159dd106b7cd.tar.gz hdf5-b106b883cc620dee06f560598acc159dd106b7cd.tar.bz2 |
HDFFV-10805 cleanup examples and test code
Diffstat (limited to 'examples')
-rw-r--r-- | examples/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 0c1157f..6e1f79d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -49,7 +49,6 @@ foreach (example ${examples}) TARGET_C_PROPERTIES (${example} SHARED) target_link_libraries (${example} PRIVATE ${HDF5_LIBSH_TARGET}) endif () - target_link_libraries (${example} PRIVATE ${HDF5_LIB_TARGET}) set_target_properties (${example} PROPERTIES FOLDER examples) endforeach () |