Browse Source
Merge pull request #4169 from felixonmars/patch-1
Use defined variable for riscv64 in arch.cmake
tags/v0.3.24
Martin Kroeker
GitHub
2 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
1 deletions
-
cmake/arch.cmake
|
|
|
@@ -135,7 +135,7 @@ if (ARM64) |
|
|
|
set(BINARY_DEFINED 1) |
|
|
|
endif () |
|
|
|
|
|
|
|
if (${ARCH} STREQUAL "riscv64") |
|
|
|
if (RISCV64) |
|
|
|
set(NO_BINARY_MODE 1) |
|
|
|
set(BINARY_DEFINED 1) |
|
|
|
endif () |
|
|
|
|