[Bf-blender-cvs] [080c1d4] master: Error in last commit

Campbell Barton noreply at git.blender.org
Sun Nov 16 13:28:05 CET 2014


Commit: 080c1d4567344a4a4cbcb6ff38a64a39f7102fb8
Author: Campbell Barton
Date:   Sun Nov 16 13:28:12 2014 +0100
Branches: master
https://developer.blender.org/rB080c1d4567344a4a4cbcb6ff38a64a39f7102fb8

Error in last commit

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

M	build_files/cmake/macros.cmake

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

diff --git a/build_files/cmake/macros.cmake b/build_files/cmake/macros.cmake
index 079307c..a6f9b2b 100644
--- a/build_files/cmake/macros.cmake
+++ b/build_files/cmake/macros.cmake
@@ -1033,7 +1033,7 @@ function(get_blender_version)
 
 	math(EXPR BLENDER_VERSION_MAJOR "${_out_version} / 100")
 	math(EXPR BLENDER_VERSION_MINOR "${_out_version} % 100")
-	set(BLENDER_VERSION "${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}")
+	set(BLENDER_VERSION "${BLENDER_VERSION_MAJOR}.${BLENDER_VERSION_MINOR}" PARENT_SCOPE)
 
 	set(BLENDER_SUBVERSION ${_out_subversion} PARENT_SCOPE)
 	set(BLENDER_VERSION_CHAR ${_out_version_char} PARENT_SCOPE)




More information about the Bf-blender-cvs mailing list