1
0
Fork 0

removing build folder before running cmake

This commit is contained in:
Christian Kühnel 2019-11-29 12:36:29 +00:00
parent f5d3a971c2
commit d009a3bb22

View file

@ -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