memaccess.cmake: Use STATUS instead of WARNING for output.
authorUwe Hermann <uwe@hermann-uwe.de>
Thu, 20 Feb 2014 13:35:28 +0000 (14:35 +0100)
committerUwe Hermann <uwe@hermann-uwe.de>
Thu, 20 Feb 2014 13:35:28 +0000 (14:35 +0100)
Using STATUS looks nicer here (and it's an informational message only).

Old:
CMake Warning at CMake/memaccess.cmake:39 (MESSAGE):
  Cross compiling - using portable code for memory access
Call Stack (most recent call first):
  CMakeLists.txt:93 (memaccess_check_unaligned_le)

New:
-- Cross compiling - using portable code for memory access


No differences found