X-Git-Url: https://sigrok.org/gitweb/?a=blobdiff_plain;f=CMake%2Fmemaccess.cmake;h=05aaf1adb3db10c7c1d7838f8eb1593e0fdaa614;hb=43a1f6288312dbdc00b1b8fe90ae5d6af6c3fced;hp=a4a05f945a1c59c916bc65041e6b36229a71ed9d;hpb=1b1dbb9158e2dfb6814517583de9015c94f28b1a;p=pulseview.git diff --git a/CMake/memaccess.cmake b/CMake/memaccess.cmake index a4a05f94..05aaf1ad 100644 --- a/CMake/memaccess.cmake +++ b/CMake/memaccess.cmake @@ -36,6 +36,6 @@ int main() { }" ${_var}) endif() if(CMAKE_CROSSCOMPILING) - message(WARNING "Cross compiling - using portable code for memory access") + message(STATUS "Cross compiling - using portable code for memory access") endif() endfunction()