From 521c8eae0dc712c901a1d4548c867fe59ba5e545 Mon Sep 17 00:00:00 2001 From: Andrej730 Date: Wed, 4 Feb 2026 17:58:41 +0500 Subject: [PATCH] run-cmake.bat - document `USE_NINJA` env var --- win/run-cmake.bat | 1 + 1 file changed, 1 insertion(+) diff --git a/win/run-cmake.bat b/win/run-cmake.bat index db3f06593d..bc6955f619 100755 --- a/win/run-cmake.bat +++ b/win/run-cmake.bat @@ -23,6 +23,7 @@ :: :: Used environment variables: :: - `ADD_COMMIT_SHA` - if defined then `ADD_COMMIT_SHA` and `VERSION_OVERRIDE` cmake args will be set to `ON`. +:: - `USE_NINJA` - if defined then the Ninja generator will be used instead of the Visual Studio. @if not defined ECHO_ON ( echo off )