From 095ab5822b36be005c1c61a06be6c81f4f8f3692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Ho=C5=99e=C5=88ovsk=C3=BD?= Date: Mon, 16 Sep 2024 22:24:32 +0200 Subject: [PATCH] TEst 2 --- extras/Catch.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extras/Catch.cmake b/extras/Catch.cmake index 206f7876f4..c1712885fa 100644 --- a/extras/Catch.cmake +++ b/extras/Catch.cmake @@ -196,7 +196,7 @@ function(catch_discover_tests TARGET) TARGET ${TARGET} PROPERTY CROSSCOMPILING_EMULATOR ) - if (NOT SKIP_IS_FAILURE) + if (NOT _SKIP_IS_FAILURE) set(_PROPERTIES ${_PROPERTIES} SKIP_RETURN_CODE 4) endif()