Skip to content

Build command incorrectly handles dependencies #285

Closed
@alexkaratarakis

Description

@alexkaratarakis

E:\workspace\vcpkg> vcpkg list
boost:x86-windows-static 1.62-2 Peer-reviewed portable C++ source libraries
cpprestsdk:x86-windows-static 2.9.0-1 C++11 JSON, REST, and OAuth library The C++ RES...
openssl:x86-windows-static 1.0.2j OpenSSL is an open source project that provides a...
zlib:x86-windows-static 1.2.8 A compression library

E:\workspace\vcpkg> vcpkg build cpprestsdk:x86-windows-static
The build command requires all dependencies to be already installed.
The following dependencies are missing:

zlib:x86-windows-static
boost:x86-windows-static
openssl:x86-windows-static

Metadata

Metadata

Labels

category:vcpkg-bugThe issue is with the vcpkg system (including helper scripts in `scripts/cmake/`)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions