run-cmake.bat - document USE_NINJA env var

This commit is contained in:
Andrej730
2026-02-04 17:58:41 +05:00
parent 5aa7ba6be6
commit 521c8eae0d
+1
View File
@@ -23,6 +23,7 @@
:: ::
:: Used environment variables: :: Used environment variables:
:: - `ADD_COMMIT_SHA` - if defined then `ADD_COMMIT_SHA` and `VERSION_OVERRIDE` cmake args will be set to `ON`. :: - `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 ) @if not defined ECHO_ON ( echo off )