From ec1c46280be9ccf295962ee1abef5b26f7464095 Mon Sep 17 00:00:00 2001
From: 游雁 <zhifu.gzf@alibaba-inc.com>
Date: 星期二, 23 一月 2024 23:52:14 +0800
Subject: [PATCH] Merge branch 'main' of github.com:alibaba-damo-academy/FunASR add
---
runtime/websocket/CMakeLists.txt | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/runtime/websocket/CMakeLists.txt b/runtime/websocket/CMakeLists.txt
index 13472da..ba6497a 100644
--- a/runtime/websocket/CMakeLists.txt
+++ b/runtime/websocket/CMakeLists.txt
@@ -31,7 +31,7 @@
# cmake_policy(SET CMP0135 NEW)
include(FetchContent)
- if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/websocket )
+ if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/websocket/websocketpp )
FetchContent_Declare(websocketpp
GIT_REPOSITORY https://github.com/zaphoyd/websocketpp.git
GIT_TAG 0.8.2
@@ -42,7 +42,7 @@
endif()
include_directories(${PROJECT_SOURCE_DIR}/third_party/websocket)
- if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/asio )
+ if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/asio/asio )
FetchContent_Declare(asio
URL https://github.com/chriskohlhoff/asio/archive/refs/tags/asio-1-24-0.tar.gz
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third_party/asio
@@ -52,7 +52,7 @@
endif()
include_directories(${PROJECT_SOURCE_DIR}/third_party/asio/asio/include)
- if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/json )
+ if(NOT EXISTS ${PROJECT_SOURCE_DIR}/third_party/json/ChangeLog.md )
FetchContent_Declare(json
URL https://github.com/nlohmann/json/archive/refs/tags/v3.11.2.tar.gz
SOURCE_DIR ${PROJECT_SOURCE_DIR}/third_party/json
--
Gitblit v1.9.1