Skip to content

Commit

Permalink
Remove environment override in CMakePresets.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlabelle authored Jun 12, 2024
1 parent 2fb3a47 commit eb8f17e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions CMakePresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,7 @@
"CMAKE_SYSTEM_VERSION": "10.0.17763.0",
"CMAKE_MODULE_PATH": "${sourceDir}/cmake",
"CMAKE_SKIP_INSTALL_ALL_DEPENDENCY": true
},
"environment": {
"PATH": "$penv{DevEnvDir}\\CommonExtensions\\Microsoft\\CMake\\Ninja;$penv{PATH}"
}
}
},
{
"name": "debug",
Expand Down

0 comments on commit eb8f17e

Please sign in to comment.