[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [54623] trunk/blender/extern/libmv: Correction to cmake rules for libmv/ceres

Sergey Sharybin sergey.vfx at gmail.com
Mon Feb 18 11:45:46 CET 2013


Revision: 54623
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=54623
Author:   nazgul
Date:     2013-02-18 10:45:46 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
Correction to cmake rules for libmv/ceres

libmv still requires optimization switched off because
of some incompatibility of SSBA and MSVC optimizer which
makes bundle adjustment work just wrong.

This shall not be an issue for Ceres and no need to
disable optimization for extern_ceres

Modified Paths:
--------------
    trunk/blender/extern/libmv/CMakeLists.txt
    trunk/blender/extern/libmv/bundle.sh

Modified: trunk/blender/extern/libmv/CMakeLists.txt
===================================================================
--- trunk/blender/extern/libmv/CMakeLists.txt	2013-02-18 10:12:44 UTC (rev 54622)
+++ trunk/blender/extern/libmv/CMakeLists.txt	2013-02-18 10:45:46 UTC (rev 54623)
@@ -26,6 +26,8 @@
 #       If you're doing changes in this file, please update template
 #       in that script too
 
+add_subdirectory(third_party)
+
 set(INC
 	.
 	../colamd/Include
@@ -243,5 +245,3 @@
 )
 
 blender_add_lib(extern_libmv "${SRC}" "${INC}" "${INC_SYS}")
-
-add_subdirectory(third_party)

Modified: trunk/blender/extern/libmv/bundle.sh
===================================================================
--- trunk/blender/extern/libmv/bundle.sh	2013-02-18 10:12:44 UTC (rev 54622)
+++ trunk/blender/extern/libmv/bundle.sh	2013-02-18 10:45:46 UTC (rev 54623)
@@ -122,6 +122,8 @@
 #       If you're doing changes in this file, please update template
 #       in that script too
 
+add_subdirectory(third_party)
+
 set(INC
 	.
 	../colamd/Include




More information about the Bf-blender-cvs mailing list