From 971b0f1ed63c5d82c8e2956573affa663837543d Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Mon, 18 Feb 2013 10:45:46 +0000 Subject: Correction to cmake rules for libmv/ceres libmv still requires optimization switched off because of some incompatibility of SSBA and MSVC optimizer which makes bundle adjustment work just wrong. This shall not be an issue for Ceres and no need to disable optimization for extern_ceres --- extern/libmv/bundle.sh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'extern/libmv/bundle.sh') diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh index 23e90fc8f7d..27f964ad5b3 100755 --- a/extern/libmv/bundle.sh +++ b/extern/libmv/bundle.sh @@ -122,6 +122,8 @@ cat > CMakeLists.txt << EOF # If you're doing changes in this file, please update template # in that script too +add_subdirectory(third_party) + set(INC . ../colamd/Include -- cgit v1.2.3