diff options
author | Larry Knox <lrknox@hdfgroup.org> | 2019-07-26 17:58:56 (GMT) |
---|---|---|
committer | Larry Knox <lrknox@hdfgroup.org> | 2019-07-26 17:58:56 (GMT) |
commit | e852c8deb81f1ded2b9f4f7276967a6b7d2712ba (patch) | |
tree | f22fda22d7e1b2bf80cb14cdac92dca6065538a1 /tools/libtest/CMakeLists.txt | |
parent | 094f14ef3857a47deb15bdfe45a1d4fe26655a6a (diff) | |
download | hdf5-e852c8deb81f1ded2b9f4f7276967a6b7d2712ba.zip hdf5-e852c8deb81f1ded2b9f4f7276967a6b7d2712ba.tar.gz hdf5-e852c8deb81f1ded2b9f4f7276967a6b7d2712ba.tar.bz2 |
Modify CMakeLists.txt file for renamed h5tools_test_utils files.
Diffstat (limited to 'tools/libtest/CMakeLists.txt')
-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 f5e0aa6..105607d 100644 --- a/tools/libtest/CMakeLists.txt +++ b/tools/libtest/CMakeLists.txt @@ -4,7 +4,7 @@ project (HDF5_TOOLS_LIBTEST C) #----------------------------------------------------------------------------- # Add the h5tools_utils test executables #----------------------------------------------------------------------------- -add_executable (h5tools_utils ${HDF5_TOOLS_LIBTEST_SOURCE_DIR}/h5tools_utils.c) +add_executable (h5tools_test_utils ${HDF5_TOOLS_LIBTEST_SOURCE_DIR}/h5tools_test_utils.c) target_include_directories(h5tools_utils PRIVATE "${HDF5_TOOLS_DIR}/lib;${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>") TARGET_C_PROPERTIES (h5tools_utils STATIC) target_link_libraries (h5tools_utils PRIVATE ${HDF5_TOOLS_LIB_TARGET} ${HDF5_LIB_TARGET}) |