summaryrefslogtreecommitdiffstats
path: root/hl/fortran
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2019-04-04 17:07:50 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2019-04-04 17:07:50 (GMT)
commit7db14a3f2aad0c89d3e609de27cd0425a53479db (patch)
tree6a99a0640c0261ab76857460c96ed0d7ba838aeb /hl/fortran
parent0f859bed9d72623db716ee7ddb015c6ddce6f0e2 (diff)
downloadhdf5-7db14a3f2aad0c89d3e609de27cd0425a53479db.zip
hdf5-7db14a3f2aad0c89d3e609de27cd0425a53479db.tar.gz
hdf5-7db14a3f2aad0c89d3e609de27cd0425a53479db.tar.bz2
Merge in CMake changes from develop
Diffstat (limited to 'hl/fortran')
-rw-r--r--hl/fortran/test/CMakeTests.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/hl/fortran/test/CMakeTests.cmake b/hl/fortran/test/CMakeTests.cmake
index 0278163..2b66556 100644
--- a/hl/fortran/test/CMakeTests.cmake
+++ b/hl/fortran/test/CMakeTests.cmake
@@ -85,6 +85,6 @@ if (BUILD_SHARED_LIBS AND NOT SKIP_HDF5_FORTRAN_SHARED)
)
endif ()
-foreach (test ${H5_TESTS})
- ADD_H5_FORTRAN_TEST(${test})
+foreach (h5_test ${H5_TESTS})
+ ADD_H5_FORTRAN_TEST(${h5_test})
endforeach ()