summaryrefslogtreecommitdiffstats
path: root/config/cmake_ext_mod/ConfigureChecks.cmake
diff options
context:
space:
mode:
authorAllen Byrne <50328838+byrnHDF@users.noreply.github.com>2022-06-12 04:06:49 (GMT)
committerGitHub <noreply@github.com>2022-06-12 04:06:49 (GMT)
commit2a147be72f29bbe5077bdb7b21b74fc5d24f1b44 (patch)
treea9549d2f2c1ed4f0635f47d334005cbc0ff092b4 /config/cmake_ext_mod/ConfigureChecks.cmake
parent4466a30825eda620a00e5d8fac35ecf765296aad (diff)
downloadhdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.zip
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.gz
hdf5-2a147be72f29bbe5077bdb7b21b74fc5d24f1b44.tar.bz2
Hdf5 1 12 sync (#1794)
Diffstat (limited to 'config/cmake_ext_mod/ConfigureChecks.cmake')
-rw-r--r--config/cmake_ext_mod/ConfigureChecks.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/config/cmake_ext_mod/ConfigureChecks.cmake b/config/cmake_ext_mod/ConfigureChecks.cmake
index 7b2c4eb..41f53e1 100644
--- a/config/cmake_ext_mod/ConfigureChecks.cmake
+++ b/config/cmake_ext_mod/ConfigureChecks.cmake
@@ -293,10 +293,10 @@ if (MINGW OR NOT WINDOWS)
else ()
set (TEST_LFS_WORKS "" CACHE INTERNAL ${msg})
if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.15.0")
- message (VERBOSE "${msg}... no")
+ message (VERBOSE "${msg}... no")
endif ()
file (APPEND ${CMAKE_BINARY_DIR}${CMAKE_FILES_DIRECTORY}/CMakeError.log
- "Test TEST_LFS_WORKS Run failed with the following exit code:\n ${TEST_LFS_WORKS_RUN}\n"
+ "Test TEST_LFS_WORKS Run failed with the following exit code:\n ${TEST_LFS_WORKS_RUN}\n"
)
endif ()
else ()