Commit Graph

4 Commits

Author SHA1 Message Date
Uwe Hermann d48a82ee52 memaccess.cmake: Use STATUS instead of WARNING for output.
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
2014-02-20 14:35:28 +01:00
Uwe Hermann 1b1dbb9158 memaccess.cmake: Cosmetics, whitespace, consistency fixes.
Match the rest of PulseView's CMake file conventions more closely.
2014-02-20 14:34:47 +01:00
Marcus Comstedt 7846778e25 Skip check for unportable sample pack/unpack when cross-compiling 2014-02-19 19:40:34 +01:00
Marcus Comstedt 9df8453f68 Check if unportable sample pack/unpack works and in that case use it. 2014-02-19 16:35:06 +01:00