From 77af9dfe37def0cc3e88c112b4bcf195092cc1c9 Mon Sep 17 00:00:00 2001
From: zhifu gao <zhifu.gzf@alibaba-inc.com>
Date: 星期五, 05 五月 2023 15:03:27 +0800
Subject: [PATCH] v0.4.5
---
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