Skip to content

Commit 1ceaf12

Browse files
committed
Remove copied variables
1 parent 5eabab7 commit 1ceaf12

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

vcpkg_overlay/CMakePresets.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,7 @@
3030
"hidden": true,
3131
"toolchainFile": "$env{VCPKG_ROOT}/scripts/buildsystems/vcpkg.cmake",
3232
"cacheVariables": {
33-
"VCPKG_MANIFEST_INSTALL": "ON",
34-
"BUILD_TESTING": "ON",
35-
"ENABLE_OPENMP": "OFF",
36-
"ENABLE_SYCL": "OFF",
37-
"BUILD_BINDINGS": "ON",
38-
"BUILD_PYTHON_BINDINGS": "OFF"
33+
"VCPKG_MANIFEST_INSTALL": "ON"
3934
}
4035
},
4136
{
@@ -74,7 +69,9 @@
7469
},
7570
"vendor": {
7671
"microsoft.com/VisualStudioSettings/CMake/1.0": {
77-
"hostOS": ["Windows"]
72+
"hostOS": [
73+
"Windows"
74+
]
7875
}
7976
},
8077
"cacheVariables": {
@@ -255,7 +252,10 @@
255252
},
256253
{
257254
"name": "triplet-x64-linux-inteloneapi",
258-
"inherits": ["vcpkg-base", "inteloneapi-env"],
255+
"inherits": [
256+
"vcpkg-base",
257+
"inteloneapi-env"
258+
],
259259
"hidden": true,
260260
"environment": {
261261
"VCPKG_DEFAULT_HOST_TRIPLET": "x64-linux-inteloneapi"
@@ -307,4 +307,4 @@
307307
}
308308
}
309309
]
310-
}
310+
}

0 commit comments

Comments
 (0)