Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2015-06-14 03:05:03 +0300
committerCampbell Barton <ideasman42@gmail.com>2015-06-14 03:05:03 +0300
commit208a917b730b878db7fe6edfabfbba5d6e8f1c4a (patch)
treee585ab78c5f6c2aa10c85add489f7aba3dc5f003 /GNUmakefile
parent52997272aaf809086b5e9931c046913e31fe31b3 (diff)
CMake: note env var
Diffstat (limited to 'GNUmakefile')
-rw-r--r--GNUmakefile1
1 files changed, 1 insertions, 0 deletions
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"