Commit 67d362c
committed
[Capnproto] Fixed CMake Compatibility Error
On CI, A CMake deprecation error occurs since CMake version < 3.5 will
be removed in a future version of CMake.
On the dev branch of CapNProto, they fixed this issue by setting the
minimum CMake version to 3.16:
capnproto/capnproto@2354ae2
Replicated these changes locally. Hopefully the next time we upgrade
CapNProto this will be in the changes.1 parent 42ef60f commit 67d362c
File tree
4 files changed
+4
-4
lines changed- libs/EXTERNAL/capnproto
- c++
- samples
- doc
4 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
119 | | - | |
| 119 | + | |
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
| |||
0 commit comments