Skip to content

Commit

Permalink
Merge branch 'main' into allow_construct_grpc_exporters_with_existed_…
Browse files Browse the repository at this point in the history
…grpc_client
  • Loading branch information
owent authored Sep 18, 2024
2 parents 51e0964 + 2314e06 commit 40ca747
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ else()
set(ARCH s390x)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(sparc.*|SPARC.*)")
set(ARCH sparc)
elseif(CMAKE_SYSTEM_PROCESSOR MATCHES "^(loongarch.*|LOONGARCH.*)")
set(ARCH loongarch)
else()
message(
FATAL_ERROR
Expand Down

0 comments on commit 40ca747

Please sign in to comment.