[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [50663] trunk/blender/extern/libmv/ third_party/ceres/bundle.sh: Real fix for OSX CMake -- was a typo in build file generation file

Sergey Sharybin sergey.vfx at gmail.com
Sun Sep 16 16:43:44 CEST 2012


Revision: 50663
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=50663
Author:   nazgul
Date:     2012-09-16 14:43:44 +0000 (Sun, 16 Sep 2012)
Log Message:
-----------
Real fix for OSX CMake -- was a typo in build file generation file

Now Ceres re-bundling should go smooth :)

Modified Paths:
--------------
    trunk/blender/extern/libmv/third_party/ceres/bundle.sh

Modified: trunk/blender/extern/libmv/third_party/ceres/bundle.sh
===================================================================
--- trunk/blender/extern/libmv/third_party/ceres/bundle.sh	2012-09-16 14:31:25 UTC (rev 50662)
+++ trunk/blender/extern/libmv/third_party/ceres/bundle.sh	2012-09-16 14:43:44 UTC (rev 50663)
@@ -175,7 +175,7 @@
 endif()
 
 if(APPLE)
-	if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5")
+	if(CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "10.5")
 		add_definitions(
 			-DCERES_NO_TR1
 		)




More information about the Bf-blender-cvs mailing list