From 1515d080fe98ae5dad49e833b8fc799feebabe03 Mon Sep 17 00:00:00 2001 From: nicole mazzuca Date: Thu, 14 Jan 2021 09:06:31 -0800 Subject: [vcpkg] Rewriting CmdLineBuilder (2/n) (#15627) * [vcpkg] Rewriting CmdLineBuilder (2/n) I would like, and I think the team would like generally, to switch to using stuff like `posix_spawn`, as opposed to the existing use of `system` and `popen`. This requires a pretty large change to how we use CmdLineBuilder. The first change we have to make is that the execute functions _cannot_ take a StringView anymore. This PR makes that change. --- format.diff | 0 1 file changed, 0 insertions(+), 0 deletions(-) delete mode 100644 format.diff (limited to 'format.diff') diff --git a/format.diff b/format.diff deleted file mode 100644 index e69de29bb..000000000 -- cgit v1.2.3