Forgot this in previous commit

This commit is contained in:
2014-06-16 15:13:01 +06:00
parent be553273b8
commit 0125ae1eb2

View File

@@ -85,6 +85,10 @@ if(EXISTS ${SOURCE_DIR}/.git)
endif()
endif()
if(MY_WC_BRANCH MATCHES "^blender-")
set(MY_WC_BRANCH "master")
endif()
unset(_git_below_check)
endif()