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 /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 'test')
-rw-r--r-- | test/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 2568761..7a0b2dd 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -293,7 +293,6 @@ set (H5_TESTS macro (ADD_H5_EXE file) add_executable (${file} ${HDF5_TEST_SOURCE_DIR}/${file}.c) - target_compile_options(${file} PRIVATE "${HDF5_CMAKE_C_FLAGS}") target_include_directories (${file} PRIVATE "${HDF5_SRC_DIR};${HDF5_BINARY_DIR};${HDF5_TEST_BINARY_DIR};$<$<BOOL:${HDF5_ENABLE_PARALLEL}>:${MPI_C_INCLUDE_DIRS}>") target_compile_options(${file} PRIVATE "${HDF5_CMAKE_C_FLAGS}") if (NOT BUILD_SHARED_LIBS) |