2
0
mirror of https://github.com/boostorg/url.git synced 2026-01-19 04:42:15 +00:00

build: disable TEST_SUITE_SCRIPT_DEBUG not requested

This commit is contained in:
Alan de Freitas
2025-08-28 19:32:41 -05:00
parent 0970de90d4
commit 7b197eaf9d

View File

@@ -16,7 +16,7 @@
# This is useful to avoid cluttering the output with debug messages but allowing
# us to debug this script since the CMake debugger cannot step in here.
function(debug_message)
if (DEFINED TEST_SUITE_SCRIPT_DEBUG)
if (TEST_SUITE_SCRIPT_DEBUG)
message(STATUS "${ARGV0}")
endif ()
endfunction()