diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 18:28:53 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 18:28:53 (GMT) |
commit | 7022a3380cdee2fa521c8e21e9897e2a7bf1b95a (patch) | |
tree | 2fd57a486ffcbc3c5d700f981a2322d5787f582f /fortran/test | |
parent | 26c65e106a430a4c78d88a232d945c156466bc64 (diff) | |
download | hdf5-7022a3380cdee2fa521c8e21e9897e2a7bf1b95a.zip hdf5-7022a3380cdee2fa521c8e21e9897e2a7bf1b95a.tar.gz hdf5-7022a3380cdee2fa521c8e21e9897e2a7bf1b95a.tar.bz2 |
HDFFV-11001 need to qualify all by parallel or serial types
Diffstat (limited to 'fortran/test')
-rw-r--r-- | fortran/test/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fortran/test/CMakeLists.txt b/fortran/test/CMakeLists.txt index 97d2ff7..3c46c9e 100644 --- a/fortran/test/CMakeLists.txt +++ b/fortran/test/CMakeLists.txt @@ -517,6 +517,6 @@ else () add_dependencies (vol_connector ${HDF5_F90_TEST_LIBSH_TARGET}) endif () -if (HDF5_TEST_FORTRAN) +if (HDF5_TEST_FORTRAN AND HDF5_TEST_SERIAL) include (CMakeTests.cmake) endif () |