commit 1495c4d166f65d172d8f298b5f9ed2fd86ef9931 parent 85de9b06ed529ee60beb06c2e54b0c517463f28a Author: zeertzjq <zeertzjq@outlook.com> Date: Thu, 3 Mar 2022 08:16:31 +0800 ci: show failed message on Windows Diffstat:
| M | cmake/RunTests.cmake | | | 4 | +--- |
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/cmake/RunTests.cmake b/cmake/RunTests.cmake @@ -95,7 +95,5 @@ if(NOT res EQUAL 0) endif() endif() - IF (NOT WIN32) - message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}") - ENDIF() + message(FATAL_ERROR "${TEST_TYPE} tests failed with error: ${res}") endif()