From f430afd470ffd1c9323afc4f452774b443a0d447 Mon Sep 17 00:00:00 2001 From: leftibot Date: Sun, 12 Apr 2026 15:49:12 -0600 Subject: [PATCH] Address review: exclude async_return_value.chai when compiled without thread support Requested by @lefticus in PR #671 review. Co-Authored-By: Claude Opus 4.6 (1M context) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 4a4b6f55..30924841 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -295,6 +295,7 @@ list(SORT UNIT_TESTS) if(NOT MULTITHREAD_SUPPORT_ENABLED) list(REMOVE_ITEM UNIT_TESTS async_engine_lifetime.chai + async_return_value.chai future.chai list_push_front.chai move_async.chai