From 27b8c5f1080ccebce33675809b4369e42f22637f Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Mon, 23 Jun 2014 16:19:16 +0000 Subject: [PATCH] cmake file fix --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 173673d2d..8845017ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -7,7 +7,6 @@ set(sources alert_manager allocator asio - asio_ssl assert bandwidth_limit bandwidth_manager @@ -229,6 +228,7 @@ if (encryption) FIND_PACKAGE(OpenSSL REQUIRED) endif() add_definitions(-DTORRENT_USE_OPENSSL) + list(APPEND sources asio_ssl) include_directories(${OPENSSL_INCLUDE_DIR}) target_link_libraries(torrent-rasterbar ${OPENSSL_LIBRARIES}) else()