Commit 8d303a9
committed
ci: fix build on runners with CMake 4.0
Lately, CMake 4.0 was released, and some GitHub Actions runners started
to use it. CMake 4.0 does not support versions older than 3.5 anymore,
and we fetch MsgPuck library for the tests that requires 2.8 minimum
version.
Let's override minimum required version with CMake option in order to
generate build files of MsgPuck successfully.1 parent 1587dac commit 8d303a9
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
33 | 34 | | |
34 | 35 | | |
0 commit comments