Commit 7cdd541
committed
fix(main/libceres-solver): do not check
- Fixes this error during the build of Blender 5.1 on devices which do not allow permission to access the `/` folder:
```
CMake Error at /data/data/com.termux/files/usr/lib/cmake/Ceres/CeresConfig.cmake:85 (message):
Failed to find Ceres - Ceres install root: /, determined from relative path
from CeresConfig.cmake install location:
/data/data/com.termux/files/usr/lib/cmake/Ceres, does not exist. Either
the install directory was deleted, or the install tree was only partially
relocated outside of CMake after Ceres was built.
```/ folder in CeresConfig.cmake
1 parent 29231c0 commit 7cdd541
2 files changed
Lines changed: 22 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
0 commit comments