Skip to content

Commit

Permalink
should be forward slashes (microsoft#1356)
Browse files Browse the repository at this point in the history
Co-authored-by: Javier Matos <javiermatos@Javiers-Laptop.local>
  • Loading branch information
JavierMatosD and Javier Matos committed Feb 27, 2024
1 parent 0fcbb7d commit 29a99e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"name": "base",
"hidden": true,
"generator": "Ninja",
"binaryDir": "out\\build\\${presetName}",
"installDir": "out\\install\\${presetName}",
"binaryDir": "out/build/${presetName}",
"installDir": "out/install/${presetName}",
"cacheVariables": {
"VCPKG_BUILD_BENCHMARKING": true,
"VCPKG_BUILD_FUZZING": true
Expand Down

0 comments on commit 29a99e8

Please sign in to comment.