]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
seastar: pick up change in fmt submodule
authorKefu Chai <kchai@redhat.com>
Tue, 3 Sep 2019 16:47:54 +0000 (00:47 +0800)
committerKefu Chai <kchai@redhat.com>
Tue, 3 Sep 2019 17:03:48 +0000 (01:03 +0800)
commit0fe1ca97c5212fac246285af47532e2667bd27b5
tree851eecd294defde8141cdcb99212832e6313fd7c
parente1f67109056f9a6137e018badb8c923833e8eeba
seastar: pick up change in fmt submodule

see https://github.com/ceph/fmt/pull/1

so fmt won't fallback to C++11 if `CMAKE_CXX_STANDARD` is not set

Signed-off-by: Kefu Chai <kchai@redhat.com>
this change is not cherry-picked from master, because

- the seastar submodule in nautilus is not in sync with that in
  master
- master is not using fmt submodule included by seastar anymore
- master is using cmake 3.10, so there is no need to address
  this issue in master on fmt front.
src/seastar