From 1b391ccd062e013f6e0a991a3f37c3ce31eab87d Mon Sep 17 00:00:00 2001 From: Jerome Meyer Date: Mon, 29 Oct 2018 09:55:41 -0400 Subject: [PATCH 1/2] Cleanup header file: remove log_msg.h include from fmt_helper.h --- include/spdlog/details/fmt_helper.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/spdlog/details/fmt_helper.h b/include/spdlog/details/fmt_helper.h index 21bbd154..1f716ac5 100644 --- a/include/spdlog/details/fmt_helper.h +++ b/include/spdlog/details/fmt_helper.h @@ -5,7 +5,6 @@ #pragma once #include "chrono" -#include "spdlog/details/log_msg.h" #include "spdlog/fmt/fmt.h" // Some fmt helpers to efficiently format and pad ints and strings From 7be3d2afe925986ea263a6bb18649823bf7d596c Mon Sep 17 00:00:00 2001 From: Gabi Melman Date: Mon, 29 Oct 2018 23:58:19 +0200 Subject: [PATCH 2/2] Update appveyor.yml --- appveyor.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/appveyor.yml b/appveyor.yml index 2a176c1b..d7843cde 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -26,7 +26,7 @@ build_script: set PATH=C:\mingw-w64\i686-5.3.0-posix-dwarf-rt_v4-rev0\mingw32\bin;%PATH% - cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% + cmake .. -G %GENERATOR% -DCMAKE_BUILD_TYPE=%BUILD_TYPE% -DSPDLOG_BUILD_BENCH=OFF cmake --build . --config %BUILD_TYPE% test: off