From 4e1c07e6faf93959adebc7125cbee85bd8e5d504 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20H=C3=B6glinger-Stelzer?= Date: Mon, 26 Aug 2024 21:41:33 +0200 Subject: [PATCH] Fixed easylogging regression where log file was always created even if not specified --- vcpkg.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 26cfc66..c363e15 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -5,9 +5,14 @@ "license": "MIT", "supports": "!(arm | uwp)", "dependencies": [ + { + "name": "easyloggingpp", + "features": [ + "no-defaultfile" + ] + }, "neflib", "argh", - "easyloggingpp", "detours", "scope-guard", "wil",