mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-24 22:09:10 -06:00
Disable libtorrent usage by default
This commit is contained in:
@@ -53,7 +53,7 @@ create_new_module(
|
||||
#####
|
||||
# Libtorrent
|
||||
#####
|
||||
option(OPENSPACE_MODULE_SYNC_USE_LIBTORRENT "Use libtorrent" ON)
|
||||
option(OPENSPACE_MODULE_SYNC_USE_LIBTORRENT "Use libtorrent" OFF)
|
||||
|
||||
if (OPENSPACE_MODULE_SYNC_USE_LIBTORRENT)
|
||||
set(Boost_USE_STATIC_LIBS ON)
|
||||
|
||||
Reference in New Issue
Block a user