From 15a265907f805a59a8179cf0255c352ffe2025ec Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dietmar=20K=C3=BChl?= Date: Mon, 23 Dec 2024 22:29:19 +0100 Subject: [PATCH] updated the execution26 version number --- CMakeLists.txt | 2 +- examples/demo_algorithm.hpp | 2 -- src/beman/net29/CMakeLists.txt | 2 +- 3 files changed, 2 insertions(+), 4 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b503abb..fe0d9c8 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -18,7 +18,7 @@ FetchContent_Declare( execution26 # for local development, use SOURCE_DIR /execution26 GIT_REPOSITORY https://github.com/bemanproject/execution26 - GIT_TAG c32b4fc + GIT_TAG 752882e ) FetchContent_MakeAvailable(execution26) diff --git a/examples/demo_algorithm.hpp b/examples/demo_algorithm.hpp index 12da3b5..21ac005 100644 --- a/examples/demo_algorithm.hpp +++ b/examples/demo_algorithm.hpp @@ -98,13 +98,11 @@ namespace demo::detail { using type = ex::detail::type_list; }; -#if __clang_major__ < 16 template struct make_type_list> { using type = ex::detail::type_list; }; -#endif template using make_type_list_t = typename make_type_list::type; } diff --git a/src/beman/net29/CMakeLists.txt b/src/beman/net29/CMakeLists.txt index 68f04bb..1efbcb0 100644 --- a/src/beman/net29/CMakeLists.txt +++ b/src/beman/net29/CMakeLists.txt @@ -56,7 +56,7 @@ install( FILE_SET ${TARGET_LIBRARY}_detail_headers ) target_include_directories(${TARGET_LIBRARY} PUBLIC $) -target_link_libraries(${TARGET_LIBRARY} PUBLIC beman_execution26) +target_link_libraries(${TARGET_LIBRARY} PUBLIC beman::execution26) install(EXPORT ${TARGETS_EXPORT_NAME}1 FILE ${TARGET_LIBRARY}-config.cmake