Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmake: update to accommodate seastar changes
- seastar now works with fmt 5.2.1 - seastar now contains fmt as a submodule, so use it instead of using our own submodule - seastar now create include directory under gen/include - we use std::option<> when using seastar, so enable Seastar_STD_OPTIONAL_VARIANT_STRINGVIEW accordingly. Signed-off-by: Kefu Chai <[email protected]>
- Loading branch information