summaryrefslogtreecommitdiffstats
path: root/testpar/CMakeLists.txt
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2017-03-02 18:11:19 (GMT)
committerAllen Byrne <byrn@hdfgroup.org>2017-03-02 18:11:19 (GMT)
commit0df90f9f796d543549a30a648e864932126b6f52 (patch)
tree141b6bb54d6cf88b95c81f30bba9c30b0d4f078f /testpar/CMakeLists.txt
parenta04bf9bf7fa47fb3495d63d593efc0a23a36b1e1 (diff)
parentf4dd30f41ccee7bcd97fba065573c5201cbcc743 (diff)
downloadhdf5-0df90f9f796d543549a30a648e864932126b6f52.zip
hdf5-0df90f9f796d543549a30a648e864932126b6f52.tar.gz
hdf5-0df90f9f796d543549a30a648e864932126b6f52.tar.bz2
Merge pull request #321 in HDFFV/hdf5 from ~BYRN/hdf5_adb:develop to develop
* commit 'f4dd30f41ccee7bcd97fba065573c5201cbcc743': Update CMake formatting Update CMake files and formatting HDFFV-10120 verify nozlib checking with tools tests cmake non-code typo
Diffstat (limited to 'testpar/CMakeLists.txt')
-rw-r--r--testpar/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/testpar/CMakeLists.txt b/testpar/CMakeLists.txt
index e176ebc..298d326 100644
--- a/testpar/CMakeLists.txt
+++ b/testpar/CMakeLists.txt
@@ -54,6 +54,6 @@ set (H5P_TESTS
foreach (testp ${H5P_TESTS})
ADD_H5P_EXE(${testp})
-endforeach (testp ${H5P_TESTS})
+endforeach ()
include (CMakeTests.cmake)