mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:09:00 +08:00
Fix vcpkg create (#33954)
This commit is contained in:
parent
8f7a19d17d
commit
e8a091d46a
@ -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
|
||||
|
@ -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": []
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user