aboutsummaryrefslogtreecommitdiff
path: root/ports/numcpp
diff options
context:
space:
mode:
Diffstat (limited to 'ports/numcpp')
-rw-r--r--ports/numcpp/vcpkg.json7
1 files changed, 3 insertions, 4 deletions
diff --git a/ports/numcpp/vcpkg.json b/ports/numcpp/vcpkg.json
index db31f6a3b..dab0d3abc 100644
--- a/ports/numcpp/vcpkg.json
+++ b/ports/numcpp/vcpkg.json
@@ -13,14 +13,13 @@
"boost-random",
"boost-type-traits"
],
- "features": [
- {
- "name": "python",
+ "features": {
+ "python": {
"description": "Interacting with python with pybind11 interface",
"dependencies": [
"boost-python",
"pybind11"
]
}
- ]
+ }
}