From 56aa348c89b077917cdf27fa7e4b7f220db56b7d Mon Sep 17 00:00:00 2001 From: Ian Chua Date: Tue, 15 Sep 2026 18:16:50 +0800 Subject: [PATCH] fix(ci): set depends openssl --- deps/DataChannel/DataChannel.cmake | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/deps/DataChannel/DataChannel.cmake b/deps/DataChannel/DataChannel.cmake index fe29ff85fe..8a90bc7f50 100644 --- a/deps/DataChannel/DataChannel.cmake +++ b/deps/DataChannel/DataChannel.cmake @@ -2,6 +2,7 @@ # GUI WebRTC camera controller. Keep the source revision fixed: the signaling # protocol is evolving independently of this transport dependency. orcaslicer_add_cmake_project(DataChannel + DEPENDS ${OPENSSL_PKG} CMAKE_ARGS -DNO_EXAMPLES=ON -DNO_TESTS=ON @@ -17,6 +18,4 @@ orcaslicer_add_cmake_project(DataChannel GIT_TAG v0.22.2 GIT_SHALLOW ON GIT_SUBMODULES_RECURSE ON -) - -set(DEP_DataChannel_DEPENDS OpenSSL) \ No newline at end of file +) \ No newline at end of file