From 5edf6b62832b54f41931b2f47bb7936bac8fabae Mon Sep 17 00:00:00 2001 From: Wes Haggard Date: Tue, 3 Feb 2015 10:23:59 -0800 Subject: [PATCH] Update the CMake requirement message in build.cmd. --- build.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.cmd b/build.cmd index a8c6e9199dc8..f10e86b7b18e 100644 --- a/build.cmd +++ b/build.cmd @@ -80,7 +80,7 @@ echo. :: Check presence of CMake on the path for %%X in (cmake.exe) do (set FOUNDCMake=%%~$PATH:X) if defined FOUNDCMake goto CheckVS -echo Installation of CMake, and ensuring it is on the path, is a pre-requisite to build this repository. +echo CMake is a pre-requisite to build this repository but it was not found on the path. Please install CMake from http://www.cmake.org/download/ and ensure it is on your path. goto :eof :CheckVS