blob: 8c4a4a6d1c4bc9d46c4717d9af02e448d62762a3 [file] [edit]
$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().MainModule.FileName
if (Test-Path -Path ".gitlab/ci/pre_configure_$env:CMAKE_CONFIGURATION.ps1" -PathType Leaf) {
. ".gitlab/ci/pre_configure_$env:CMAKE_CONFIGURATION.ps1"
}