From f9b79bf9fc20cb0aa4b7db5dfdaf82462f89faf6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Wed, 27 Oct 2010 22:25:35 +0000 Subject: [PATCH] [CMAKE] - Downgrade a warning to a status, so this is not too intrusive svn path=/branches/cmake-bringup/; revision=49317 --- gcc.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc.cmake b/gcc.cmake index 25ed337d31c..ae3b6d5faea 100644 --- a/gcc.cmake +++ b/gcc.cmake @@ -108,7 +108,7 @@ macro(set_module_type MODULE TYPE) if(DEFINED baseaddress_${MODULE}) set_image_base(${MODULE} ${baseaddress_${MODULE}}) else() - message(WARNING "${MODULE} has no base address") + message(STATUS "${MODULE} has no base address") endif() endif() if(${TYPE} MATCHES win32ocx)