Skip to content

Commit

Permalink
Checked Android RISCV64 and adjusted cmake messages (openvinotoolkit#245
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ilya-lavrenov authored Aug 30, 2024
1 parent 6336aa3 commit 8fed89f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ if(ANDROID)
if(ANDROID_NATIVE_API_LEVEL LESS 33)
message(FATAL_ERROR "FastTokenizers require ANDROID_NATIVE_API_LEVEL to be higher than 33. Please, either disable FastTokenizers or set ANDROID_NATIVE_API_LEVEL / ANDROID_PLATFORM")
endif()
elseif(X86_64)
elseif(X86_64 OR RISCV64)
message(WARNING "FastTokenizers are not available on ${CMAKE_SYSTEM_NAME} ${CMAKE_SYSTEM_PROCESSOR}. ENABLE_FAST_TOKENIZERS is set to OFF")
set(FAST_TOKENIZERS_SUPPORTED OFF)
else()
Expand Down

0 comments on commit 8fed89f

Please sign in to comment.