Force Cmake flags for Libtorrent

This commit is contained in:
Emil Axelsson
2017-11-05 20:04:01 +01:00
parent 7ab79ce687
commit 81e81d04e4
+2 -2
View File
@@ -67,8 +67,8 @@ target_link_libraries(
#####
set(Boost_USE_STATIC_LIBS ON)
set(Boost_USE_MULTITHREADED ON)
SET(LIBTORRENT_encryption OFF)
SET(LIBTORRENT_shared OFF)
SET(LIBTORRENT_encryption OFF CACHE BOOL "Use OpenSSL Encryption" FORCE)
SET(LIBTORRENT_shared OFF CACHE BOOL "Use Libtorrent as shared library" FORCE)
include_external_library(
Launcher