forward port ssiloti's patch to make the BOOST_ASIO_ENABLE_CANCELIO define public

This commit is contained in:
arvidn 2019-03-22 12:39:06 +01:00 committed by Arvid Norberg
parent 2990532d10
commit 808a615c87
1 changed files with 1 additions and 1 deletions

View File

@ -525,11 +525,11 @@ target_include_directories(torrent-rasterbar PUBLIC
target_compile_definitions(torrent-rasterbar
PUBLIC
$<$<CONFIG:Debug>:TORRENT_USE_ASSERTS>
BOOST_ASIO_ENABLE_CANCELIO
PRIVATE
TORRENT_BUILDING_LIBRARY
_FILE_OFFSET_BITS=64
BOOST_EXCEPTION_DISABLE
BOOST_ASIO_ENABLE_CANCELIO
BOOST_ASIO_HAS_STD_CHRONO
)