Commit 5598564
Set cmake min version to represent used features. (#2852)
# Checklist
- [x] The title and commit message(s) are descriptive.
- [x] Small commits made to fix your PR have been squashed to avoid
history pollution.
- [x] Tests have been added for new features or bug fixes.
- [x] API of new functions and classes are documented.
# Description
The cmake minimum required version was set to 3.29, which is newer than
what a lot of linux distros ship with, and was unnecessarily high for
the cmake features that were being used. This PR drops the min version
to 3.15 to reflect used features and improve out-of-the-box
compatibility.
Closes #2847.
Co-authored-by: Johan Mabille <[email protected]>1 parent 977aa1b commit 5598564
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
0 commit comments