]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commit
cmake: update to accommodate seastar changes
authorKefu Chai <kchai@redhat.com>
Mon, 10 Dec 2018 14:55:08 +0000 (22:55 +0800)
committerKefu Chai <kchai@redhat.com>
Mon, 17 Dec 2018 13:05:05 +0000 (21:05 +0800)
commitae5a9cbce52d1c1d6538c7cb258b10571ff92c3c
tree4ffb323d23afa7b9be28c6235c1d98ffc618f4dd
parent751528a8982e18781fa6036add34a63dfc6f071b
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 <kchai@redhat.com>
src/CMakeLists.txt