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