From 7283592ce10e1433e10944e83a95e7b3d93fec48 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期一, 08 五月 2023 17:09:04 +0800
Subject: [PATCH] websocket python offline/online 2pass demo
---
funasr/runtime/websocket/CMakeLists.txt | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/funasr/runtime/websocket/CMakeLists.txt b/funasr/runtime/websocket/CMakeLists.txt
index dd8bf0e..07d96d9 100644
--- a/funasr/runtime/websocket/CMakeLists.txt
+++ b/funasr/runtime/websocket/CMakeLists.txt
@@ -4,9 +4,7 @@
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
-
-
option(ENABLE_WEBSOCKET "Whether to build websocket server" ON)
if(ENABLE_WEBSOCKET)
@@ -57,9 +55,6 @@
include_directories(${PROJECT_SOURCE_DIR}/../onnxruntime/third_party/glog)
set(BUILD_TESTING OFF)
add_subdirectory(${PROJECT_SOURCE_DIR}/../onnxruntime/third_party/glog glog)
-
-message("********************************${PROJECT_SOURCE_DIR}/../onnxruntime/include/" )
-
add_executable(websocketmain "websocketmain.cpp" "websocketsrv.cpp")
--
Gitblit v1.9.1