2021-10-14 13:47:35 +02:00

6 lines
102 B
CMake

function(debug_message)
if(${Flag_VerboseOutput})
message(STATUS "${ARGV}")
endif()
endfunction()