Hi GSR,

Rev number cannot be detected at all. Please fix it.

Index: blender/build_files/cmake/buildinfo.cmake
===================================================================
--- blender/build_files/cmake/buildinfo.cmake   (revision 35136)
+++ blender/build_files/cmake/buildinfo.cmake   (working copy)
@@ -8,9 +8,9 @@
 # with a default in case anything fails, for examble when using git-svn
 set(MY_WC_REVISION "unknown")
 # Guess if this is a SVN working copy and then look up the revision
-if(EXISTS ${CMAKE_SOURCE_DIR}/.svn/)
+if(EXISTS ${SOURCE_DIR}/.svn)
        if(Subversion_FOUND)
-               bversion_WC_INFO(${SOURCE_DIR} MY)
+               Subversion_WC_INFO(${SOURCE_DIR} MY)
        endif()
 endif()
 
IRIE
_______________________________________________
Bf-committers mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-committers

Reply via email to