forward port ssiloti's patch to make the BOOST_ASIO_ENABLE_CANCELIO define public
This commit is contained in:
parent
2990532d10
commit
808a615c87
|
@ -525,11 +525,11 @@ target_include_directories(torrent-rasterbar PUBLIC
|
||||||
target_compile_definitions(torrent-rasterbar
|
target_compile_definitions(torrent-rasterbar
|
||||||
PUBLIC
|
PUBLIC
|
||||||
$<$<CONFIG:Debug>:TORRENT_USE_ASSERTS>
|
$<$<CONFIG:Debug>:TORRENT_USE_ASSERTS>
|
||||||
|
BOOST_ASIO_ENABLE_CANCELIO
|
||||||
PRIVATE
|
PRIVATE
|
||||||
TORRENT_BUILDING_LIBRARY
|
TORRENT_BUILDING_LIBRARY
|
||||||
_FILE_OFFSET_BITS=64
|
_FILE_OFFSET_BITS=64
|
||||||
BOOST_EXCEPTION_DISABLE
|
BOOST_EXCEPTION_DISABLE
|
||||||
BOOST_ASIO_ENABLE_CANCELIO
|
|
||||||
BOOST_ASIO_HAS_STD_CHRONO
|
BOOST_ASIO_HAS_STD_CHRONO
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue