aboutsummaryrefslogtreecommitdiff
path: root/build_msvc
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-03-10 07:54:01 +0100
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2022-03-10 08:36:13 +0100
commitc3296b21e40be3a5cb7060ceb8f1b6db1fd79e65 (patch)
treef213caf7c0deca3e2131bd7248a6a949bfda60ac /build_msvc
parent7ff43e5372c4606ecb75d6892b4bb0ccb4165b80 (diff)
downloadbitcoin-c3296b21e40be3a5cb7060ceb8f1b6db1fd79e65.tar.xz
build: Drop `double-conversion` from MSVC dependencies
Qt uses its own `double-conversion`.
Diffstat (limited to 'build_msvc')
-rw-r--r--build_msvc/vcpkg.json1
1 files changed, 0 insertions, 1 deletions
diff --git a/build_msvc/vcpkg.json b/build_msvc/vcpkg.json
index b69af05acb..48b4d1fd20 100644
--- a/build_msvc/vcpkg.json
+++ b/build_msvc/vcpkg.json
@@ -8,7 +8,6 @@
"boost-signals2",
"boost-test",
"sqlite3",
- "double-conversion",
{
"name": "libevent",
"features": ["thread"]