X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=CMake%2Fmemaccess.cmake;h=05aaf1adb3db10c7c1d7838f8eb1593e0fdaa614;hb=0adee2d93430b5fb879388e66f3bd44fd11b3b22;hp=a4a05f945a1c59c916bc65041e6b36229a71ed9d;hpb=1b1dbb9158e2dfb6814517583de9015c94f28b1a;p=pulseview.git diff --git a/CMake/memaccess.cmake b/CMake/memaccess.cmake index a4a05f9..05aaf1a 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()