X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=CMake%2Fmemaccess.cmake;h=05aaf1adb3db10c7c1d7838f8eb1593e0fdaa614;hp=a4a05f945a1c59c916bc65041e6b36229a71ed9d;hb=1978e0c26e20c0ffbea35add4c7bae0075aec4c7;hpb=1b1dbb9158e2dfb6814517583de9015c94f28b1a 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()