Commit 018c1e8
authored
fix: remove SIO from CMake since version number too large (#177)
### Briefly, what does this PR introduce? Please link to any relevant
presentations or discussions.
This PR removes the SIO support again since apparently it only supports
a short int as version number, and we're using major * 10000 + minor *
100 + patch, which overflows. See
https://github.com/AIDASoft/podio/actions/runs/32156321288/job/95774482712?pr=1004.
### What is the urgency of this PR?
- [x] High (please describe reason below)
- [ ] Medium
- [ ] Low
This currently breaks podio main branch CI workflows.
### What kind of change does this PR introduce?
- [x] Bug fix (issue:
https://github.com/AIDASoft/podio/actions/runs/32156321288/job/95774482712?pr=1004)
- [ ] New datatype (issue #__)
- [ ] Change to existing datatype (issue #__)
- [ ] Optimization (issue #__)
- [ ] Updated documentation
- [ ] other: __
### Please check if any of the following apply
- [ ] This PR introduces breaking changes. Please describe changes users
need to make below.
- [ ] This PR changes default behavior. Please describe changes below.
- [ ] AI was used in preparing this PR. Please describe usage below.1 parent 63b73f8 commit 018c1e8
1 file changed
Lines changed: 0 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | 95 | | |
102 | 96 | | |
103 | 97 | | |
| |||
0 commit comments