mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-09-16 21:42:43 +00:00
fix: always build bundled DataChannel dep
This commit is contained in:
Vendored
+2
-6
@@ -388,12 +388,8 @@ endif()
|
||||
include(FFMPEG/FFMPEG.cmake)
|
||||
include(Assimp/Assimp.cmake)
|
||||
|
||||
find_package(LibDataChannel QUIET)
|
||||
set(DATACHANNEL_PKG "")
|
||||
if (NOT LibDataChannel_FOUND)
|
||||
include(DataChannel/DataChannel.cmake)
|
||||
set(DATACHANNEL_PKG dep_DataChannel)
|
||||
endif()
|
||||
include(DataChannel/DataChannel.cmake)
|
||||
set(DATACHANNEL_PKG dep_DataChannel)
|
||||
|
||||
# we don't want to load a "wrong" openssl when loading curl
|
||||
# so, just don't even bother
|
||||
|
||||
Reference in New Issue
Block a user