mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 13:32:44 +00:00
fix(ci): set depends openssl
This commit is contained in:
Vendored
+1
-2
@@ -2,6 +2,7 @@
|
|||||||
# GUI WebRTC camera controller. Keep the source revision fixed: the signaling
|
# GUI WebRTC camera controller. Keep the source revision fixed: the signaling
|
||||||
# protocol is evolving independently of this transport dependency.
|
# protocol is evolving independently of this transport dependency.
|
||||||
orcaslicer_add_cmake_project(DataChannel
|
orcaslicer_add_cmake_project(DataChannel
|
||||||
|
DEPENDS ${OPENSSL_PKG}
|
||||||
CMAKE_ARGS
|
CMAKE_ARGS
|
||||||
-DNO_EXAMPLES=ON
|
-DNO_EXAMPLES=ON
|
||||||
-DNO_TESTS=ON
|
-DNO_TESTS=ON
|
||||||
@@ -18,5 +19,3 @@ orcaslicer_add_cmake_project(DataChannel
|
|||||||
GIT_SHALLOW ON
|
GIT_SHALLOW ON
|
||||||
GIT_SUBMODULES_RECURSE ON
|
GIT_SUBMODULES_RECURSE ON
|
||||||
)
|
)
|
||||||
|
|
||||||
set(DEP_DataChannel_DEPENDS OpenSSL)
|
|
||||||
Reference in New Issue
Block a user