Add macro to display a warning message for developers

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit bc1a17dc6f)
pull/95/head
Michele Calgaro 12 months ago
parent 6ae3ce5bb6
commit 570dbf6e74
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