From a782cb71326b8c63743c1c6eb9eaca597f50afe1 Mon Sep 17 00:00:00 2001 From: Dana Robinson Date: Sat, 16 Mar 2024 00:30:17 -0700 Subject: [PATCH] Why is the CMake indent 2? --- config/cmake/ConfigureChecks.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/ConfigureChecks.cmake b/config/cmake/ConfigureChecks.cmake index dca6bcc0cf4..030a01a053e 100644 --- a/config/cmake/ConfigureChecks.cmake +++ b/config/cmake/ConfigureChecks.cmake @@ -666,7 +666,7 @@ if (HDF5_ENABLE_DIRECT_VFD) if (HAVE_O_DIRECT AND HAVE_POSIX_MEMALIGN) set (${HDF_PREFIX}_HAVE_DIRECT 1) else () - message (FATAL_ERROR "The direct VFD was requested but cannot be built.\nIt requires O_DIRECT flag support and posix_memalign()") + message (FATAL_ERROR "The direct VFD was requested but cannot be built.\nIt requires O_DIRECT flag support and posix_memalign()") endif () endif ()