Skip to content
Permalink
Browse files
Merge pull request #6375 from Ebola16/master
Fix CMakeSettings buildRoot
  • Loading branch information
JosJuice committed Feb 27, 2018
2 parents cc7d7c9 + caae8d0 commit 5cdf496
Showing 1 changed file with 2 additions and 2 deletions.
@@ -4,15 +4,15 @@
"name": "x64-Debug",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Debug",
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
},
{
"name": "x64-Release",
"generator": "Visual Studio 15 2017 Win64",
"configurationType": "Release",
"buildRoot": "${env.LOCALAPPDATA}\\CMakeBuild\\${workspaceHash}\\build\\${name}",
"buildRoot": "${env.USERPROFILE}\\CMakeBuilds\\${workspaceHash}\\build\\${name}",
"cmakeCommandArgs": "",
"buildCommandArgs": "-m -p:PreferredToolArchitecture=x64"
}

0 comments on commit 5cdf496

Please sign in to comment.