From 36887c2d790b37adef65dd2f0e94e564e66d5d59 Mon Sep 17 00:00:00 2001 From: Allen Byrne Date: Mon, 25 Sep 2023 15:38:39 -0500 Subject: [PATCH] Revert incorrect change --- config/cmake/fileCompareTest.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/cmake/fileCompareTest.cmake b/config/cmake/fileCompareTest.cmake index 2804a2e2f38..f4c46f60ee7 100644 --- a/config/cmake/fileCompareTest.cmake +++ b/config/cmake/fileCompareTest.cmake @@ -55,7 +55,7 @@ if (TEST_STRINGS STREQUAL "YES") endif () # if the return value is !=${TEST_EXPECT} bail out if (NOT TEST_RESULT EQUAL TEST_EXPECT) - message (STATUS "Failed: The output of ${TEST_FOLDER}/${TEST_ONEFILE} did not match ${TEST_FOLDER}/${TEST_TWOFILE}.\n${TEST_ERROR}") + message (FATAL_ERROR "Failed: The output of ${TEST_FOLDER}/${TEST_ONEFILE} did not match ${TEST_FOLDER}/${TEST_TWOFILE}.\n${TEST_ERROR}") endif () else () if (CMAKE_VERSION VERSION_LESS "3.14.0")