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
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2012-02-28 09:50:02 +0400
committerCampbell Barton <ideasman42@gmail.com>2012-02-28 09:50:02 +0400
commit729ddf51b7b8e5b8d5a91aa63940196dbfca9604 (patch)
treeb4e880d3ea2222cb75b68b93c15c607c829a2eac /CMakeLists.txt
parentdd40560230102fb5a6ba185b491e86c56d84bfae (diff)
revert r44503, (left patch file in for now), this gives an error with gcc:
extern/libmv/third_party/glog/src/utilities.cc:318: error: undefined reference to 'google::InstallFailureFunction(void (*)())'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2f1ba9ad078..5cc04552086 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1497,9 +1497,9 @@ if(MSVC10)
endif()
if(CMAKE_CXX_COMPILER_ID MATCHES "Clang")
- if(WITH_IK_ITASC)
- message(WARNING "Using Clang as CXX compiler: disabling WITH_IK_ITASC, this feature will be missing.")
- set(WITH_IK_ITASC OFF)
+ if(WITH_LIBMV)
+ message(WARNING "Using Clang as CXX compiler: disabling WITH_LIBMV, this feature will be missing.")
+ set(WITH_LIBMV OFF)
endif()
endif()