WIP: [cmake] Use a debloated boost distribution

Should speed up fetch time

Signed-off-by: crueter <crueter@eden-emu.dev>
This commit is contained in:
crueter
2026-07-09 19:19:50 -04:00
parent cd003e5ec9
commit 8ba132c927
5 changed files with 11 additions and 31 deletions
-13
View File
@@ -1,13 +0,0 @@
diff --git a/libs/cobalt/include/boost/cobalt/concepts.hpp b/libs/cobalt/include/boost/cobalt/concepts.hpp
index d49f2ec..a9bdb80 100644
--- a/libs/cobalt/include/boost/cobalt/concepts.hpp
+++ b/libs/cobalt/include/boost/cobalt/concepts.hpp
@@ -62,7 +62,7 @@ struct enable_awaitables
template <typename T>
concept with_get_executor = requires (T& t)
{
- {t.get_executor()} -> asio::execution::executor;
+ t.get_executor();
};