We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0970de9 commit 7b197eaCopy full SHA for 7b197ea
extra/test_suite/DiscoverAndWriteTestsScripts.cmake
@@ -16,7 +16,7 @@
16
# This is useful to avoid cluttering the output with debug messages but allowing
17
# us to debug this script since the CMake debugger cannot step in here.
18
function(debug_message)
19
- if (DEFINED TEST_SUITE_SCRIPT_DEBUG)
+ if (TEST_SUITE_SCRIPT_DEBUG)
20
message(STATUS "${ARGV0}")
21
endif ()
22
endfunction()
0 commit comments