]> sigrok.org Git - pulseview.git/blobdiff - CMake/memaccess.cmake
Fix #957 and #874 by implementing the pane splitter
[pulseview.git] / CMake / memaccess.cmake
index a4a05f945a1c59c916bc65041e6b36229a71ed9d..05aaf1adb3db10c7c1d7838f8eb1593e0fdaa614 100644 (file)
@@ -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()