diff options
author | Allen Byrne <byrn@hdfgroup.org> | 2020-01-19 13:53:46 (GMT) |
---|---|---|
committer | Allen Byrne <byrn@hdfgroup.org> | 2020-01-19 13:53:46 (GMT) |
commit | 6bae11bb5b9adfce55f173b1fe11fefd1081ec27 (patch) | |
tree | c3e9d6e4c7ec169dc8c61ac71557f5ef1ef8a335 /tools/test/h5jam | |
parent | 82463a6a7ae6779536e1e94d1fbcb89a55c0c729 (diff) | |
download | hdf5-6bae11bb5b9adfce55f173b1fe11fefd1081ec27.zip hdf5-6bae11bb5b9adfce55f173b1fe11fefd1081ec27.tar.gz hdf5-6bae11bb5b9adfce55f173b1fe11fefd1081ec27.tar.bz2 |
Improved CMake options for tests
Diffstat (limited to 'tools/test/h5jam')
-rw-r--r-- | tools/test/h5jam/CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tools/test/h5jam/CMakeLists.txt b/tools/test/h5jam/CMakeLists.txt index 6fdf7b0..f00e781 100644 --- a/tools/test/h5jam/CMakeLists.txt +++ b/tools/test/h5jam/CMakeLists.txt @@ -36,4 +36,6 @@ else () endif () set_target_properties (tellub PROPERTIES FOLDER tools) -include (CMakeTests.cmake) +if (HDF5_TEST_TOOLS AND HDF5_TEST_SERIAL) + include (CMakeTests.cmake) +endif () |