OlivierLDff / asio.cmake

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

CPM #16

Closed carlocorradini closed 1 month ago

carlocorradini commented 2 months ago

Avoid including CPM (download) if already available via CPM_INITIALIZED. This allows to have a single CPM "instance" (e.g. project CPM) without the need to download/configure an additional CPM (avoiding also possible warning)

carlocorradini commented 1 month ago

Fixed by PR #29