[Bf-blender-cvs] [208a917] master: CMake: note env var

Campbell Barton noreply at git.blender.org
Sun Jun 14 02:09:59 CEST 2015


Commit: 208a917b730b878db7fe6edfabfbba5d6e8f1c4a
Author: Campbell Barton
Date:   Sun Jun 14 10:05:03 2015 +1000
Branches: master
https://developer.blender.org/rB208a917b730b878db7fe6edfabfbba5d6e8f1c4a

CMake: note env var

===================================================================

M	GNUmakefile

===================================================================

diff --git a/GNUmakefile b/GNUmakefile
index d37d810..8d251cb 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"




More information about the Bf-blender-cvs mailing list