mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 19:26:16 +00:00
[CMAKE]
- Downgrade a warning to a status, so this is not too intrusive svn path=/branches/cmake-bringup/; revision=49317
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user