mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-12 18:19:11 -06:00
5 lines
214 B
PowerShell
Executable File
5 lines
214 B
PowerShell
Executable File
$pwsh = [System.Diagnostics.Process]::GetCurrentProcess().MainModule.FileName
|
|
if (Test-Path -Path ".gitlab/ci/env_$env:CMAKE_CONFIGURATION.ps1" -PathType Leaf) {
|
|
. ".gitlab/ci/env_$env:CMAKE_CONFIGURATION.ps1"
|
|
}
|