fix(ci): set depends openssl

This commit is contained in:
Ian Chua
2026-09-15 18:16:50 +08:00
parent ae1752fbf2
commit 56aa348c89

View File

@@ -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)
)