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 (*)())'
This commit is contained in:
Campbell Barton
2012-02-28 05:50:02 +00:00
parent dd40560230
commit 729ddf51b7
3 changed files with 11 additions and 14 deletions

View File

@@ -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()