From 90a86fecee6074f2c782f6f7b9ad21fb01c25db7 Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Tue, 18 Feb 2014 18:02:53 +0100 Subject: Fix T38684: cmake OS X build problem when changing deployment target. Don't cache these variables as they are not cleared on such changes. --- extern/libmv/third_party/ceres/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'extern') 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}") -- cgit v1.2.3