Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When installing Poco with vcpkg, the downloaded files in the "data" module do not contain SQLite-related content. How should the vcpkg install command be configured to ensure that the downloaded content includes SQLite? #4741

Open
LetAmericaGreatAgain opened this issue Oct 17, 2024 · 1 comment

Comments

@LetAmericaGreatAgain
Copy link

When installing Poco with vcpkg, the downloaded files in the "data" module do not contain SQLite-related content. How should the vcpkg install command be configured to ensure that the downloaded content includes SQLite?

@bas524
Copy link
Contributor

bas524 commented Oct 21, 2024

Look at an example

{
  "name": "application",
  "version-string": "0.0.1",
  "license": "Apache-2.0",
  "dependencies": [
    "poco", { "name": "poco", "features": ["sqlite3"] },
    "gtest"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants
@bas524 @LetAmericaGreatAgain and others