X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMakeLists.txt;h=d959a9f343cf8090c2291d1d1b95603e828c9ceb;hb=9df8453f6809f2ce038717111979474a60d5746a;hp=edac86111c77c4f256096afd98a694a55ea64450;hpb=42e634cff774d802c0fb1047f93f874aafe89277;p=pulseview.git diff --git a/CMakeLists.txt b/CMakeLists.txt index edac861..d959a9f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -85,6 +85,13 @@ else() find_package(Boost 1.42 COMPONENTS system thread REQUIRED) endif() +#=============================================================================== +#= System Introspection +#------------------------------------------------------------------------------- + +include(memaccess) +memaccess_check_unaligned_le(HAVE_UNALIGNED_LITTLE_ENDIAN_ACCESS) + #=============================================================================== #= Config Header #-------------------------------------------------------------------------------