Skip to content

Commit

Permalink
removed vcpkg cache var
Browse files Browse the repository at this point in the history
  • Loading branch information
hakasapl committed Jul 19, 2024
1 parent c907376 commit a298f37
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
"strategy": "external"
},
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Debug",
"VCPKG_BUILD_TYPE" : "debug"
"CMAKE_BUILD_TYPE": "Debug"
}
},
{
Expand All @@ -37,8 +36,7 @@
"displayName": "x64 Release",
"inherits": "x64-debug",
"cacheVariables": {
"CMAKE_BUILD_TYPE": "Release",
"VCPKG_BUILD_TYPE" : "release"
"CMAKE_BUILD_TYPE": "Release"
}
}
]
Expand Down

0 comments on commit a298f37

Please sign in to comment.