removing build folder before running cmake
This commit is contained in:
parent
f5d3a971c2
commit
d009a3bb22
1 changed files with 1 additions and 0 deletions
|
@ -14,6 +14,7 @@
|
|||
|
||||
. ${PSScriptRoot}\common.ps1
|
||||
|
||||
Remove-Item build -Recurse -ErrorAction Ignore
|
||||
New-Item -ItemType Directory -Force -Path build | Out-Null
|
||||
Push-Location build
|
||||
|
||||
|
|
Loading…
Reference in a new issue