From 729ddf51b7b8e5b8d5a91aa63940196dbfca9604 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 28 Feb 2012 05:50:02 +0000 Subject: 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 (*)())' --- CMakeLists.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'CMakeLists.txt') 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() -- cgit v1.2.3