Add macro to display a warning message for developers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
pull/92/head
Michele Calgaro 11 months ago
parent 9fae6b57db
commit bc1a17dc6f
Signed by: MicheleC
GPG Key ID: 2A75B7CA8ADED5CF

@ -66,6 +66,18 @@ if( NOT TDE_CMAKE_ROOT )
endif()
#################################################
#####
##### tde_message_author_warning
macro( tde_message_author_warning )
message( AUTHOR_WARNING
"-------------------------------------------------\n"
" ${ARGV}\n"
"-------------------------------------------------" )
endmacro( tde_message_author_warning )
#################################################
#####
##### tde_message_fatal

Loading…
Cancel
Save