aboutsummaryrefslogtreecommitdiff
path: root/ports/colmap
diff options
context:
space:
mode:
Diffstat (limited to 'ports/colmap')
-rw-r--r--ports/colmap/vcpkg.json13
1 files changed, 5 insertions, 8 deletions
diff --git a/ports/colmap/vcpkg.json b/ports/colmap/vcpkg.json
index 565e945ba..6feee3ee0 100644
--- a/ports/colmap/vcpkg.json
+++ b/ports/colmap/vcpkg.json
@@ -32,24 +32,21 @@
"qt5-base",
"suitesparse"
],
- "features": [
- {
- "name": "cuda",
+ "features": {
+ "cuda": {
"description": "CUDA support for current compute architecture of this machine.",
"dependencies": [
"cuda"
]
},
- {
- "name": "cuda-redist",
+ "cuda-redist": {
"description": "Redistributable CUDA support for common supported compute architectures.",
"dependencies": [
"cuda"
]
},
- {
- "name": "tests",
+ "tests": {
"description": "Enable TESTS."
}
- ]
+ }
}