Skip to content

Commit 36ccc8b

Browse files
committed
another attempt at working around a clong issue
1 parent a7df14d commit 36ccc8b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ FetchContent_Declare(
3636
execution
3737
# SOURCE_DIR ${CMAKE_SOURCE_DIR}/../execution
3838
GIT_REPOSITORY https://github.com/bemanproject/execution
39-
GIT_TAG e3f1ee7
39+
GIT_TAG 4e5e6ac
4040
)
4141
FetchContent_MakeAvailable(execution)
4242

tests/beman/task/task.test.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ auto test_affinity() {
5757
auto main() -> int {
5858
test_co_return();
5959
test_cancel();
60-
//test_indirect_cancel();
61-
//test_affinity();
60+
// test_indirect_cancel();
61+
// test_affinity();
6262
}

0 commit comments

Comments
 (0)