Loading 3party/fmt/fmt/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ if (HAVE_OPEN) set(FMT_SOURCES ${FMT_SOURCES} posix.cc) endif () add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} ../README.rst ../ChangeLog.rst) add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS}) #../README.rst ../ChangeLog.rst) add_library(fmt::fmt ALIAS fmt) # Starting with cmake 3.1 the CXX_STANDARD property can be used instead. Loading include/sled/log/log.h +1 −10 Original line number Diff line number Diff line Loading @@ -12,17 +12,8 @@ #include <assert.h> // clang-format off #include <fmt/ostream.h>// support fmt base ostream #include <fmt/time.h> // clang-format on // #include <fmt/chrono.h> // #include <fmt/color.h> // #include <fmt/compile.h> // #include <fmt/format.h> // #include <fmt/printf.h> // #include <fmt/ranges.h> // #include <fmt/std.h> // #include <fmt/xchar.h> // #include <sstream> namespace { template<typename S, typename T> Loading Loading
3party/fmt/fmt/CMakeLists.txt +1 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,7 @@ if (HAVE_OPEN) set(FMT_SOURCES ${FMT_SOURCES} posix.cc) endif () add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS} ../README.rst ../ChangeLog.rst) add_library(fmt ${FMT_SOURCES} ${FMT_HEADERS}) #../README.rst ../ChangeLog.rst) add_library(fmt::fmt ALIAS fmt) # Starting with cmake 3.1 the CXX_STANDARD property can be used instead. Loading
include/sled/log/log.h +1 −10 Original line number Diff line number Diff line Loading @@ -12,17 +12,8 @@ #include <assert.h> // clang-format off #include <fmt/ostream.h>// support fmt base ostream #include <fmt/time.h> // clang-format on // #include <fmt/chrono.h> // #include <fmt/color.h> // #include <fmt/compile.h> // #include <fmt/format.h> // #include <fmt/printf.h> // #include <fmt/ranges.h> // #include <fmt/std.h> // #include <fmt/xchar.h> // #include <sstream> namespace { template<typename S, typename T> Loading