Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions cmake/XrplConfig.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ find_dependency(Boost
COMPONENTS
chrono
container
context
coroutine
date_time
filesystem
program_options
Expand Down
1 change: 0 additions & 1 deletion cmake/XrplInterface.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ target_compile_definitions(
BOOST_FILESYSTEM_NO_DEPRECATED
>
$<$<NOT:$<BOOL:${boost_show_deprecated}>>:
BOOST_COROUTINES_NO_DEPRECATION_WARNING
BOOST_BEAST_ALLOW_DEPRECATED
BOOST_FILESYSTEM_DEPRECATED
>
Expand Down
2 changes: 0 additions & 2 deletions cmake/deps/Boost.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ include(XrplSanitizers)
find_package(Boost REQUIRED
COMPONENTS chrono
container
coroutine
date_time
filesystem
json
Expand All @@ -21,7 +20,6 @@ target_link_libraries(
INTERFACE Boost::headers
Boost::chrono
Boost::container
Boost::coroutine
Boost::date_time
Boost::filesystem
Boost::json
Expand Down
1 change: 0 additions & 1 deletion conanfile.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,6 @@ def package_info(self):
"boost::headers",
"boost::chrono",
"boost::container",
"boost::coroutine",
"boost::date_time",
"boost::filesystem",
"boost::json",
Expand Down
122 changes: 0 additions & 122 deletions include/xrpl/core/Coro.ipp

This file was deleted.

Loading
Loading