Skip to content

Commit

Permalink
TEst 2
Browse files Browse the repository at this point in the history
  • Loading branch information
horenmar committed Sep 16, 2024
1 parent 32ebbf3 commit 095ab58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extras/Catch.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -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()

Expand Down

0 comments on commit 095ab58

Please sign in to comment.