From 0fe1ca97c5212fac246285af47532e2667bd27b5 Mon Sep 17 00:00:00 2001 From: Kefu Chai Date: Wed, 4 Sep 2019 00:47:54 +0800 Subject: [PATCH] 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 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/seastar b/src/seastar index 8a1e3ceb94795..0cf6aa6b28d69 160000 --- a/src/seastar +++ b/src/seastar @@ -1 +1 @@ -Subproject commit 8a1e3ceb94795def620b47daaa8341b2015f67da +Subproject commit 0cf6aa6b28d69210b271489c0778f226cde0f459 -- 2.39.5