From 1dd431b25a94a8546a79d9efe6c1fa8672467825 Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Thu, 10 May 2018 13:27:24 +0200 Subject: [PATCH] remove ninja install instructions --- INSTALL.md | 1 - 1 file changed, 1 deletion(-) diff --git a/INSTALL.md b/INSTALL.md index 59e127f0f89..a61af3479c6 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -142,7 +142,6 @@ installed to be able to compile the C/C++ sources. > call "%VS140COMNTOOLS%..\..\VC\vcvarsall.bat" x64 > cmake .. -GNinja -DCMAKE_BUILD_TYPE=Release > cmake --build . -> ninja install ``` ### msys2 (with mingw)