Commit 263dd4e
authored
Remove unnecessary
The NuDB recipe will not build when using Boost 1.89+ as `boost::system`
is no longer there, and has actually not even been needed since Boost
1.69. See also
conan-io#28808.
This change, therefore, removes that requirement from NuDB's
`conanfile.py`, and bumps the Boost version too. Local testing with
`xrpld` shows that the compilation succeeds.boost::system requirement for NuDB (#34)1 parent 8333082 commit 263dd4e
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
64 | | - | |
| 64 | + | |
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
| |||
0 commit comments