Commit 154f2ba
committed
cmake: Fix version comparison to find Qt6TextToSpeech
...at least with Qt >= 6.10.
GREATER_EQUAL parses the passed value as a real number, not as a version
with components, so for example 6.10.2 is returned as smaller than
6.4.0. But VERSION_GREATER_EQUAL exists exactly for such cases.1 parent 2a75be7 commit 154f2ba
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
513 | 513 | | |
514 | 514 | | |
515 | 515 | | |
516 | | - | |
| 516 | + | |
517 | 517 | | |
518 | 518 | | |
519 | 519 | | |
| |||
0 commit comments