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/libmv/third_party/ceres/CMakeLists.txt')
-rw-r--r--extern/libmv/third_party/ceres/CMakeLists.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/extern/libmv/third_party/ceres/CMakeLists.txt b/extern/libmv/third_party/ceres/CMakeLists.txt
index cc72faa392e..024fcdef806 100644
--- a/extern/libmv/third_party/ceres/CMakeLists.txt
+++ b/extern/libmv/third_party/ceres/CMakeLists.txt
@@ -31,7 +31,7 @@ set(INC
include
internal
config
- ../gflags
+ ../../../gflags/src
../../
)
@@ -298,7 +298,7 @@ endif()
if(WIN32)
list(APPEND INC
- ../glog/src/windows
+ ../../../glog/src/windows
)
if(NOT MINGW)
@@ -308,7 +308,7 @@ if(WIN32)
endif()
else()
list(APPEND INC
- ../glog/src
+ ../../../glog/src
)
endif()