Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/extern
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2012-09-16 18:43:44 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2012-09-16 18:43:44 +0400
commiteacf3054aa7479f98d87b8bdc757fd72d68d1610 (patch)
tree860ee73ae558e70d5b8063a6d74f1f647f6e66cd /extern
parentde72707b7d00e179fe56ccecc16ec657e1520980 (diff)
Real fix for OSX CMake -- was a typo in build file generation file
Now Ceres re-bundling should go smooth :)
Diffstat (limited to 'extern')
-rwxr-xr-xextern/libmv/third_party/ceres/bundle.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/third_party/ceres/bundle.sh b/extern/libmv/third_party/ceres/bundle.sh
index d6419219127..a502c3f4453 100755
--- a/extern/libmv/third_party/ceres/bundle.sh
+++ b/extern/libmv/third_party/ceres/bundle.sh
@@ -175,7 +175,7 @@ else()
endif()
if(APPLE)
- if(${CMAKE_OSX_DEPLOYMENT_TARGET} STREQUAL "10.5")
+ if(CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "10.5")
add_definitions(
-DCERES_NO_TR1
)