Skip to content

Commit 68970a2

Browse files
author
lichenggang
committed
chore: mips64 disable compile unit test binaries
mips64 disable compile unit test binaries Log: mips64 disable compile unit test binaries
1 parent 8857b64 commit 68970a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ add_subdirectory(xcb)
5454
if("${PROJECT_VERSION_MAJOR}" STREQUAL "5")
5555
add_subdirectory(wayland)
5656
endif()
57-
if(BUILD_TESTING AND NOT ${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch")
57+
if(BUILD_TESTING AND NOT (${CMAKE_SYSTEM_PROCESSOR} MATCHES "loongarch" OR ${CMAKE_SYSTEM_PROCESSOR} MATCHES "mips64"))
5858
enable_testing()
5959
add_subdirectory(tests)
6060
endif()

0 commit comments

Comments
 (0)