OlivierLDff / asio.cmake

Small CMake wrapper to add asio with a simple FetchContent.
MIT License
18 stars 9 forks source link

feat: ASIO_NO_DEPRECATED option to disable Asio depecated interfaces and functionality. Default value is true #32

Closed carlocorradini closed 1 month ago

carlocorradini commented 1 month ago

Part of PR #17

carlocorradini commented 1 month ago

This is no breaking change because the definition was previously added to the target without any option to disable it. Now it can be set to false. @OlivierLDff Easy peasy

OlivierLDff commented 1 month ago

Oh sure my bad you are definitely right!