From 775c100ec6a7517e16eb1096f2d2a38afeb955cc Mon Sep 17 00:00:00 2001 From: Administrator Date: Fri, 10 May 2024 16:52:22 +0800 Subject: [PATCH] =?UTF-8?q?2024.5.10-=E5=8E=BB=E9=99=A4ITN=E7=9A=84?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E6=9E=84=E5=BB=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index a0d5e79..88f2075 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -8,7 +8,7 @@ set(BoldGreen "${Esc}[1;32m") set(BoldRed "${Esc}[31m") # 运行参数 set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++17 -pthread -fPIC") -set(LIB_BASE_DIR /root/projects/temp_xiaoke/asr_runtime/lib_files) +set(LIB_BASE_DIR /data/jupyter/CXX_ENVS/wenet_runtime) set(third_party_libraries) option(GRPC "whether to build with gRPC" ON) option(ONNX "whether to build with ONNX" ON)