From 208a917b730b878db7fe6edfabfbba5d6e8f1c4a Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 14 Jun 2015 10:05:03 +1000 Subject: CMake: note env var --- GNUmakefile | 1 + 1 file changed, 1 insertion(+) diff --git a/GNUmakefile b/GNUmakefile index d37d810626f..8d251cb20ee 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -212,6 +212,7 @@ help: FORCE @echo " * BUILD_CMAKE_ARGS - arguments passed to CMake." @echo " * BUILD_DIR - override default build path." @echo " * PYTHON - use this for the Python command (used for checking tools)." + @echo " * NPROCS - number of processes to use building (auto-detect when omitted)." @echo "" @echo "Documentation Targets (not associated with building blender)" @echo " * doc_py - generate sphinx python api docs" -- cgit v1.2.3