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:
authorSergey Sharybin <sergey.vfx@gmail.com>2014-06-18 20:28:27 +0400
committerSergey Sharybin <sergey.vfx@gmail.com>2014-06-18 20:28:27 +0400
commit72b607ab7428d7900acc52e6b40dbd579a72241c (patch)
tree8c3ac655764fb9b27369d4a81c893559f7f2279d /extern/libmv/bundle.sh
parent306cbb82ecf0d7c1ba4fb0a1240175b1976bd25b (diff)
Some WITH_TESTS weer not renamed to WITH_GTEST
Diffstat (limited to 'extern/libmv/bundle.sh')
-rwxr-xr-xextern/libmv/bundle.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/extern/libmv/bundle.sh b/extern/libmv/bundle.sh
index 36df51770c5..53858a1e1b6 100755
--- a/extern/libmv/bundle.sh
+++ b/extern/libmv/bundle.sh
@@ -175,7 +175,7 @@ ${third_headers}
endif()
endif()
- if(WITH_TESTS)
+ if(WITH_GTESTS)
blender_add_lib(libmv_test_dataset "./libmv/multiview/test_data_sets.cc" "${INC}" "${INC_SYS}")
endif()
@@ -193,7 +193,7 @@ if(WITH_LIBMV)
endif()
# make GLog a separate target, so it can be used for gtest as well.
-if(WITH_LIBMV OR WITH_TESTS)
+if(WITH_LIBMV OR WITH_GTESTS)
# We compile GLog together with GFlag so we don't worry about
# adding extra lib to linker.
set(GLOG_SRC