Fix splitting utf8 string into words (#385)

This commit is contained in:
Fangjun Kuang
2023-10-25 11:49:27 +08:00
committed by GitHub
parent 1249710e1d
commit 6e5efa48c5
3 changed files with 26 additions and 90 deletions

View File

@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.13 FATAL_ERROR)
project(sherpa-onnx)
set(SHERPA_ONNX_VERSION "1.8.4")
set(SHERPA_ONNX_VERSION "1.8.5")
# Disable warning about
#
@@ -175,8 +175,6 @@ if(SHERPA_ONNX_ENABLE_WEBSOCKET)
include(asio)
endif()
include(utfcpp)
add_subdirectory(sherpa-onnx)
if(SHERPA_ONNX_ENABLE_C_API)