Skip to content

Commit

Permalink
updated the execution26 reference to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
dietmarkuehl committed Dec 23, 2024
1 parent 46c6354 commit 9685325
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ FetchContent_Declare(
execution26
# for local development, use SOURCE_DIR <path-to>/execution26
GIT_REPOSITORY https://github.com/bemanproject/execution26
GIT_TAG c32b4fc
GIT_TAG 752882e
)
FetchContent_MakeAvailable(execution26)

Expand Down
2 changes: 0 additions & 2 deletions examples/demo_algorithm.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -98,13 +98,11 @@ namespace demo::detail
{
using type = ex::detail::type_list<T...>;
};
#if __clang_major__ < 16
template <typename... T>
struct make_type_list<ex::completion_signatures<T...>>
{
using type = ex::detail::type_list<T...>;
};
#endif
template <typename T>
using make_type_list_t = typename make_type_list<T>::type;
}
Expand Down
2 changes: 1 addition & 1 deletion src/beman/net29/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ install(
FILE_SET ${TARGET_LIBRARY}_detail_headers
)
target_include_directories(${TARGET_LIBRARY} PUBLIC $<INSTALL_INTERFACE:include>)
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
Expand Down

0 comments on commit 9685325

Please sign in to comment.