From 92928992403ebc2797fc5ebe22d736e8b0d201b0 Mon Sep 17 00:00:00 2001 From: Mathis Logemann Date: Fri, 19 Apr 2024 21:00:28 +0200 Subject: [PATCH] remove boost-fileystem from vcpkg, since c++17 is min req. --- vcpkg.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vcpkg.json b/vcpkg.json index 75f7197dc..d2700e792 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,6 @@ "dependencies": [ "boost-assign", "boost-bimap", - "boost-filesystem", "boost-format", "boost-geometry", "boost-gil",