# Advice on C++20 modules (Boost)

**URL:** https://discourse.cmake.org/t/advice-on-c-20-modules-boost/10641
**Category:** Usage
**Created:** [April 11, 2024, 2:58pm UTC](https://discourse.cmake.org/t/advice-on-c-20-modules-boost/10641 "2024-04-11T14:58:25Z")
**Posts on this page:** 1
**Showing post:** 5

<div class="post-metadata">

### Author: ![ben.boeckel](https://discourse.cmake.org/letter_avatar_proxy/v4/letter/b/ea5d25/32.png) [@ben.boeckel](https://discourse.cmake.org/u/ben.boeckel)
#### Post date: [April 11, 2024, 6:51pm UTC](https://discourse.cmake.org/t/advice-on-c-20-modules-boost/10641/5 "2024-04-11T18:51:46Z")

</div>

> [@anarthal](#):
>
> Or would dependencies need to be specified manually?

Dependencies are specified by `target_link_libraries`. If `beast` needs `asio`, it needs to list it in its link interface.

> [@anarthal](#):
>
> Is there an ETA for this?

Nothing I can commit to, sorry. Work needed for it is on the roadmap for this year (hopefully this summer), but “going all the way” isn’t yet planned out.

---

_[View the full topic](https://discourse.cmake.org/t/advice-on-c-20-modules-boost/10641)._
