summaryrefslogtreecommitdiffstats
path: root/tools/libtest
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-09-05 14:45:25 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-09-05 14:45:25 (GMT)
commit1ca73845326ab5ab4f63f684babe3549e1c90e63 (patch)
tree2e4ccc65e748aa4ff4d516d6e3babdae9bfaae6b /tools/libtest
parentf651cb4747bafc6025b2a51cf96c065f353ab058 (diff)
downloadhdf5-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.txt2
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)