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",