diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 17:17:43 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-04-06 17:17:43 (GMT) |
commit | b4dcee96cefac0835986853854c60ff3501f637e (patch) | |
tree | d0506aa455e53de61d9988fcb4aa7e141e793adf /hl/test | |
parent | a3c57c730cd5109eec34fd63fa560ba6437e3441 (diff) | |
download | hdf5-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.txt | 2 |
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) |