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:
authorJens Verwiebe <info@jensverwiebe.de>2012-09-16 18:31:25 +0400
committerJens Verwiebe <info@jensverwiebe.de>2012-09-16 18:31:25 +0400
commitde72707b7d00e179fe56ccecc16ec657e1520980 (patch)
tree09d850b911e5a4b729c214a4610bba9ee1015e7e /extern
parent3d84172bc86f54b47e450dbb62b3134d56d5e68f (diff)
Fix OSX compile
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/third_party/ceres/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/extern/libmv/third_party/ceres/CMakeLists.txt b/extern/libmv/third_party/ceres/CMakeLists.txt
index 16b7f12fb33..2fd8c748817 100644
--- a/extern/libmv/third_party/ceres/CMakeLists.txt
+++ b/extern/libmv/third_party/ceres/CMakeLists.txt
@@ -250,7 +250,7 @@ else()
endif()
if(APPLE)
- if( STREQUAL "10.5")
+ if(CMAKE_OSX_DEPLOYMENT_TARGET STREQUAL "10.5")
add_definitions(
-DCERES_NO_TR1
)