Disable libtorrent usage by default

This commit is contained in:
Emil Axelsson
2018-06-25 09:56:28 +02:00
parent af32212876
commit b37ef89e49

View File

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