summaryrefslogtreecommitdiffstats
path: root/hl
diff options
context:
space:
mode:
authorAllen Byrne <byrn@hdfgroup.org>2020-01-15 18:40:18 (GMT)
committerDavid Young <dyoung@hdfgroup.org>2020-05-20 14:20:26 (GMT)
commit53d6f0dc3e401dea131797c8ac0e2109aa665047 (patch)
tree6ebca7944fb8c6204e1c07185f9991219e411e14 /hl
parent6b106b2cab0f5d328d6577aa481f762c437815d6 (diff)
downloadhdf5-53d6f0dc3e401dea131797c8ac0e2109aa665047.zip
hdf5-53d6f0dc3e401dea131797c8ac0e2109aa665047.tar.gz
hdf5-53d6f0dc3e401dea131797c8ac0e2109aa665047.tar.bz2
HDFFV-11001 fix if block
Diffstat (limited to 'hl')
-rw-r--r--hl/fortran/CMakeLists.txt5
1 files changed, 2 insertions, 3 deletions
diff --git a/hl/fortran/CMakeLists.txt b/hl/fortran/CMakeLists.txt
index 4c38f4a..3c82574 100644
--- a/hl/fortran/CMakeLists.txt
+++ b/hl/fortran/CMakeLists.txt
@@ -16,7 +16,6 @@ endif ()
#-----------------------------------------------------------------------------
# Testing
#-----------------------------------------------------------------------------
-if (BUILD_TESTING AND HDF5_TEST_SERIAL)
- add_subdirectory (test)
- endif ()
+if (BUILD_TESTING)
+ add_subdirectory (test)
endif ()