6 lines
102 B
CMake
Raw Permalink Normal View History

2021-10-14 13:47:35 +02:00
function(debug_message)
if(${Flag_VerboseOutput})
message(STATUS "${ARGV}")
endif()
endfunction()