- Downgrade a warning to a status, so this is not too intrusive

svn path=/branches/cmake-bringup/; revision=49317
This commit is contained in:
Jérôme Gardou
2010-10-27 22:25:35 +00:00
parent b1e9d4a2df
commit f9b79bf9fc
+1 -1
View File
@@ -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)