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:
Diffstat (limited to 'extern/ceres/bundle.sh')
-rwxr-xr-xextern/ceres/bundle.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/extern/ceres/bundle.sh b/extern/ceres/bundle.sh
index bf5a43852b5..02af59faf28 100755
--- a/extern/ceres/bundle.sh
+++ b/extern/ceres/bundle.sh
@@ -136,7 +136,8 @@ ${headers}
)
set(LIB
- extern_glog
+ \${GLOG_LIBRARIES}
+ \${GFLAGS_LIBRARIES}
)
if(WITH_LIBMV_SCHUR_SPECIALIZATIONS)