summaryrefslogtreecommitdiffstats
path: root/hl/test
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-04-06 17:17:43 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2020-04-06 17:17:43 (GMT)
commitb4dcee96cefac0835986853854c60ff3501f637e (patch)
treed0506aa455e53de61d9988fcb4aa7e141e793adf /hl/test
parenta3c57c730cd5109eec34fd63fa560ba6437e3441 (diff)
downloadhdf5-b4dcee96cefac0835986853854c60ff3501f637e.zip
hdf5-b4dcee96cefac0835986853854c60ff3501f637e.tar.gz
hdf5-b4dcee96cefac0835986853854c60ff3501f637e.tar.bz2
Minor updates and fix settings for fortran flags
Diffstat (limited to 'hl/test')
-rw-r--r--hl/test/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/hl/test/CMakeLists.txt b/hl/test/CMakeLists.txt
index b7eac09..6349bb3 100644
--- a/hl/test/CMakeLists.txt
+++ b/hl/test/CMakeLists.txt
@@ -50,7 +50,7 @@ HL_ADD_EXE (test_h5do_compat)
# test_packet has two source files
add_executable (hl_test_packet test_packet.c test_packet_vlen.c)
- target_compile_options(hl_test_packet PRIVATE "${HDF5_CMAKE_C_FLAGS}")
+target_compile_options(hl_test_packet PRIVATE "${HDF5_CMAKE_C_FLAGS}")
target_include_directories (hl_test_packet PRIVATE "${HDF5_TEST_SRC_DIR};${HDF5_SRC_DIR};${HDF5_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>")
if (NOT BUILD_SHARED_LIBS)
TARGET_C_PROPERTIES (hl_test_packet STATIC)