From 4cba4eb3f122c7a1a49b629b1c0656d7f817f001 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Fri, 24 Oct 2025 19:32:01 +0200 Subject: move cpr in-tree (#605) * added cpr 1.10.5 in-tree to allow updates to vcpkg without breaking the build * added asio 1.29.0 in-tree to remove one more vcpkg dependency * bumped vcpkg to 2024.06.15 to address failure to build due to use of deprecated binaries in vcpkg (404 error: `https://mirror.msys2.org/mingw/mingw64/mingw-w64-x86_64-pkgconf-1~2.1.0-1-any.pkg.tar.zst` during build) --- src/zenutil/commandlineoptions.cpp | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/zenutil/commandlineoptions.cpp') diff --git a/src/zenutil/commandlineoptions.cpp b/src/zenutil/commandlineoptions.cpp index 5db6d8c04..81699361b 100644 --- a/src/zenutil/commandlineoptions.cpp +++ b/src/zenutil/commandlineoptions.cpp @@ -7,11 +7,13 @@ # include #endif // ZEN_WITH_TESTS +#ifndef CXXOPTS_HAS_FILESYSTEM void cxxopts::values::parse_value(const std::string& text, std::filesystem::path& value) { value = zen::StringToPath(text); } +#endif namespace zen { -- cgit v1.2.3