From f73103745e9b9165e9d399ddb5b9991d7fb2a9e5 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Wed, 15 Jan 2020 12:40:18 -0600 Subject: HDFFV-11001 fix if block --- hl/fortran/CMakeLists.txt | 5 ++--- 1 file 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 () -- cgit v0.12