Fix vcpkg create (#33954)

This commit is contained in:
autoantwort 2023-09-26 08:49:57 +02:00 committed by GitHub
parent 8f7a19d17d
commit e8a091d46a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View File

@ -55,7 +55,7 @@ vcpkg_extract_source_archive_ex(
# # Check if one or more features are a part of a package installation.
# # See /docs/maintainers/vcpkg_check_features.md for more details
# vcpkg_check_features(OUT_FEATURE_OPTIONS FEATURE_OPTIONS
# FEATURES # <- Keyword FEATURES is required because INVERTED_FEATURES are being used
# FEATURES
# tbb WITH_TBB
# INVERTED_FEATURES
# tbb ROCKSDB_IGNORE_PACKAGE_TBB

View File

@ -3,6 +3,7 @@
"version": "",
"homepage": "",
"description": "",
"license": "",
"dependencies": [
{
"name": "vcpkg-cmake",
@ -11,11 +12,10 @@
],
"default-features": [],
"features": [
{
"name": "",
"features": {
"example-feature": {
"description": "",
"dependencies": []
}
]
}
}