Skip to content

Commit

Permalink
Fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Oct 11, 2024
1 parent e8750bf commit 5ad28f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/negative/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ set(NORMALIZE_GOLD ${CMAKE_CURRENT_SOURCE_DIR}/../tools/normalize_gold.cmake)
include(fail.cmake)

set(ASSERT_IS_ENABLED TRUE)
if ($ENV{TOIT_ASSERT_OVERRIDE} STREQUAL "0")
if ("$ENV{TOIT_ASSERT_OVERRIDE}" STREQUAL "0")
set(ASSERT_IS_ENABLED FALSE)
endif()

Expand Down

0 comments on commit 5ad28f6

Please sign in to comment.