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