diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2019-09-05 14:45:25 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2019-09-05 14:45:25 (GMT) |
commit | 1ca73845326ab5ab4f63f684babe3549e1c90e63 (patch) | |
tree | 2e4ccc65e748aa4ff4d516d6e3babdae9bfaae6b /tools/libtest | |
parent | f651cb4747bafc6025b2a51cf96c065f353ab058 (diff) | |
download | hdf5-1ca73845326ab5ab4f63f684babe3549e1c90e63.zip hdf5-1ca73845326ab5ab4f63f684babe3549e1c90e63.tar.gz hdf5-1ca73845326ab5ab4f63f684babe3549e1c90e63.tar.bz2 |
Correct name and add mingw to 32bit toolchain
Diffstat (limited to 'tools/libtest')
-rw-r--r-- | tools/libtest/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libtest/CMakeLists.txt b/tools/libtest/CMakeLists.txt index dc72676..8b63fd1 100644 --- a/tools/libtest/CMakeLists.txt +++ b/tools/libtest/CMakeLists.txt @@ -13,6 +13,6 @@ else () TARGET_C_PROPERTIES (h5tools_test_utils SHARED) target_link_libraries (h5tools_test_utils PRIVATE ${HDF5_TOOLS_LIBSH_TARGET} ${HDF5_LIBSH_TARGET}) endif () -set_target_properties (h5tools_utils PROPERTIES FOLDER tools) +set_target_properties (h5tools_test_utils PROPERTIES FOLDER tools) include (CMakeTests.cmake) |