Skip to content

Commit

Permalink
prefer toolchainFile
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan-rsm-McKenzie committed Jun 19, 2022
1 parent cb6f4a9 commit d8e5143
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
5 changes: 1 addition & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,8 @@
{
"name": "vcpkg",
"hidden": true,
"toolchainFile": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": {
"type": "STRING",
"value": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
},
"VCPKG_OVERLAY_PORTS": {
"type": "STRING",
"value": "${sourceDir}/cmake/ports"
Expand Down
5 changes: 1 addition & 4 deletions extras/xmem/CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,8 @@
{
"name": "vcpkg",
"hidden": true,
"toolchainFile": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake",
"cacheVariables": {
"CMAKE_TOOLCHAIN_FILE": {
"type": "STRING",
"value": "$env{VCPKG_INSTALLATION_ROOT}/scripts/buildsystems/vcpkg.cmake"
},
"VCPKG_MANIFEST_FEATURES": {
"type": "STRING",
"value": "tests"
Expand Down

0 comments on commit d8e5143

Please sign in to comment.