Commit d95f4a6
CMake: Use correct MSVC version
The cmake VERSION_LESS comparison expects versions to be formatted as major.minor.patch.tweak, the current MSVC version is 19.23.28105.4.
The current comparison checking agains 1900.0.0.0 instead of 19.0.0.0.1 parent 617a4d1 commit d95f4a6
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
150 | 150 | | |
151 | 151 | | |
152 | 152 | | |
153 | | - | |
| 153 | + | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
| |||
0 commit comments