Closed GoogleCodeExporter closed 9 years ago
do you have a proposed patch?
Original comment by arvid.no...@gmail.com
on 22 Jun 2014 at 7:58
Yeah, I'm going to make it. And also copy other things from the jam file to the
cmakelists.
Original comment by fl.lllj
on 23 Jun 2014 at 5:27
great. thanks!
Original comment by arvid.no...@gmail.com
on 23 Jun 2014 at 5:35
Well... after looking at the cmakelists I realized that adding options like i2p
is not necessary since there is COMPILETIME_OPTIONS_LIST.
So here is the patch only for asio_ssl:
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt (revision 10027)
+++ CMakeLists.txt (working copy)
@@ -7,7 +7,6 @@
alert_manager
allocator
asio
- asio_ssl
assert
bandwidth_limit
bandwidth_manager
@@ -229,6 +228,7 @@
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()
Original comment by fl.lllj
on 23 Jun 2014 at 1:16
thanks! fixed.
Original comment by arvid.no...@gmail.com
on 23 Jun 2014 at 4:19
Original issue reported on code.google.com by
fl.lllj
on 22 Jun 2014 at 11:45