[CMAKE]
authorJérôme Gardou <jerome.gardou@reactos.org>
Wed, 27 Oct 2010 22:25:35 +0000 (22:25 +0000)
committerJérôme Gardou <jerome.gardou@reactos.org>
Wed, 27 Oct 2010 22:25:35 +0000 (22:25 +0000)
  - Downgrade a warning to a status, so this is not too intrusive

svn path=/branches/cmake-bringup/; revision=49317

gcc.cmake

index 25ed337..ae3b6d5 100644 (file)
--- 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()
                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)
                endif()
     endif()
     if(${TYPE} MATCHES win32ocx)