diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-15 18:28:53 (GMT) |
---|---|---|
committer | David Young <dyoung@hdfgroup.org> | 2020-05-20 14:20:26 (GMT) |
commit | 6b106b2cab0f5d328d6577aa481f762c437815d6 (patch) | |
tree | 895c3cbcbae4d4e256830066d222a54ce1cdbef3 /c++/examples | |
parent | 234492f9e78a3c337dd2099ffa2f183580880808 (diff) | |
download | hdf5-6b106b2cab0f5d328d6577aa481f762c437815d6.zip hdf5-6b106b2cab0f5d328d6577aa481f762c437815d6.tar.gz hdf5-6b106b2cab0f5d328d6577aa481f762c437815d6.tar.bz2 |
HDFFV-11001 need to qualify all by parallel or serial types
Diffstat (limited to 'c++/examples')
-rw-r--r-- | c++/examples/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/c++/examples/CMakeLists.txt b/c++/examples/CMakeLists.txt index 67d84a7..89d62f1 100644 --- a/c++/examples/CMakeLists.txt +++ b/c++/examples/CMakeLists.txt @@ -68,6 +68,6 @@ foreach (example ${tutr_examples}) set_target_properties (cpp_ex_${example} PROPERTIES FOLDER examples/cpp) endforeach () -if (BUILD_TESTING AND HDF5_TEST_CPP AND HDF5_TEST_EXAMPLES) +if (BUILD_TESTING AND HDF5_TEST_CPP AND HDF5_TEST_EXAMPLES AND HDF5_TEST_SERIAL) include (CMakeTests.cmake) endif () |