summaryrefslogtreecommitdiff
path: root/build-test.cmd
diff options
context:
space:
mode:
authorDan Moseley <danmose@microsoft.com>2018-11-16 07:14:11 -0800
committerStephen Toub <stoub@microsoft.com>2018-11-16 10:14:11 -0500
commit15c6593db2e28b4c2d2d72aaa58c65dcb12cfa9b (patch)
tree62082731cd1a14bcd63d8fb828b6fd2ef67497cd /build-test.cmd
parent2fe48b4e38ec2b2174561cee3928b44197208eb1 (diff)
downloadcoreclr-15c6593db2e28b4c2d2d72aaa58c65dcb12cfa9b.tar.gz
coreclr-15c6593db2e28b4c2d2d72aaa58c65dcb12cfa9b.tar.bz2
coreclr-15c6593db2e28b4c2d2d72aaa58c65dcb12cfa9b.zip
Eliminate CMAKE dependency when not required (#21040)
Diffstat (limited to 'build-test.cmd')
-rw-r--r--build-test.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/build-test.cmd b/build-test.cmd
index 790b75fd3b..17ce589b86 100644
--- a/build-test.cmd
+++ b/build-test.cmd
@@ -164,8 +164,8 @@ if not exist "%__LogsDir%" md "%__LogsDir%"
echo %__MsgPrefix%Checking prerequisites
-REM Eval the output from probe-win1.ps1
-for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy ByPass "& ""%__SourceDir%\pal\tools\probe-win.ps1"""') do %%a
+REM Eval the output from set-cmake-path.ps1
+for /f "delims=" %%a in ('powershell -NoProfile -ExecutionPolicy ByPass "& ""%__SourceDir%\pal\tools\set-cmake-path.ps1"""') do %%a
REM =========================================================================================
REM ===