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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user