diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-10 07:54:01 +0100 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2022-03-10 08:36:13 +0100 |
commit | c3296b21e40be3a5cb7060ceb8f1b6db1fd79e65 (patch) | |
tree | f213caf7c0deca3e2131bd7248a6a949bfda60ac /build_msvc | |
parent | 7ff43e5372c4606ecb75d6892b4bb0ccb4165b80 (diff) |
build: Drop `double-conversion` from MSVC dependencies
Qt uses its own `double-conversion`.
Diffstat (limited to 'build_msvc')
-rw-r--r-- | build_msvc/vcpkg.json | 1 |
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"] |