From 2269309cd06ad729657c86073b91c36aac57aae7 Mon Sep 17 00:00:00 2001 From: deepin-ci-robot Date: Mon, 6 Jan 2025 07:21:26 +0000 Subject: [PATCH] sync: from linuxdeepin/qt5platform-plugins Synchronize source files from linuxdeepin/qt5platform-plugins. Source-pull-request: https://github.com/linuxdeepin/qt5platform-plugins/pull/267 --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 68201fa..dfbebdc 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -54,7 +54,7 @@ add_subdirectory(xcb) if("${PROJECT_VERSION_MAJOR}" STREQUAL "5") add_subdirectory(wayland) endif() -if(BUILD_TESTING AND NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch") +if(BUILD_TESTING AND NOT (${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "mips64")) enable_testing() add_subdirectory(tests) endif()