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:
authorBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-18 21:02:53 +0400
committerBrecht Van Lommel <brechtvanlommel@gmail.com>2014-02-18 22:38:43 +0400
commit90a86fecee6074f2c782f6f7b9ad21fb01c25db7 (patch)
treef6d3c005d2acffa6593466e90813ad7f89ffd766 /extern
parent44fe9fe17b51ec5a613ad73829efb8324f73a18e (diff)
Fix T38684: cmake OS X build problem when changing deployment target.
Don't cache these variables as they are not cleared on such changes.
Diffstat (limited to 'extern')
-rw-r--r--extern/libmv/third_party/ceres/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/extern/libmv/third_party/ceres/CMakeLists.txt b/extern/libmv/third_party/ceres/CMakeLists.txt
index 52e2246b13f..7fd86b69dcf 100644
--- a/extern/libmv/third_party/ceres/CMakeLists.txt
+++ b/extern/libmv/third_party/ceres/CMakeLists.txt
@@ -360,4 +360,7 @@ else()
endif()
endif()
+unset(HAVE_UNURDERED_MAP_IN_TR1_NAMESPACE)
+unset(HAVE_STD_UNORDERED_MAP_HEADER)
+
blender_add_lib(extern_ceres "${SRC}" "${INC}" "${INC_SYS}")