Skip to content

Commit 7b197ea

Browse files
committed
build: disable TEST_SUITE_SCRIPT_DEBUG not requested
1 parent 0970de9 commit 7b197ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/test_suite/DiscoverAndWriteTestsScripts.cmake

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
# This is useful to avoid cluttering the output with debug messages but allowing
1717
# us to debug this script since the CMake debugger cannot step in here.
1818
function(debug_message)
19-
if (DEFINED TEST_SUITE_SCRIPT_DEBUG)
19+
if (TEST_SUITE_SCRIPT_DEBUG)
2020
message(STATUS "${ARGV0}")
2121
endif ()
2222
endfunction()

0 commit comments

Comments
 (0)