From 63669c1612a6db1fbcc5d6895b3047a452c192c8 Mon Sep 17 00:00:00 2001 From: Roman Voropaev Date: Wed, 15 Nov 2017 23:16:44 +0300 Subject: [PATCH] Added cmake to %PATH% (#4066) It's later used in OpenAL building. --- docs/building-msvc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-msvc.md b/docs/building-msvc.md index 8eb815cd8..9b8de4178 100644 --- a/docs/building-msvc.md +++ b/docs/building-msvc.md @@ -44,7 +44,7 @@ Add **GYP** and **Ninja** to your PATH: Open **x86 Native Tools Command Prompt for VS 2017.bat**, go to ***BuildPath*** and run - SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\yasm;%PATH% + SET PATH=%cd%\ThirdParty\Perl\bin;%cd%\ThirdParty\Python27;%cd%\ThirdParty\NASM;%cd%\ThirdParty\jom;%cd%\ThirdParty\cmake\bin;%cd%\ThirdParty\yasm;%PATH% git clone --recursive https://github.com/telegramdesktop/tdesktop.git