Commit d10906b
committed
fix(ci): fix windows cmake build with cmake 4.3
CMake 4.3 on windows-latest now validates CMAKE_POLICY_VERSION_MINIMUM
requires major.minor format. PowerShell was splitting the unquoted
argument 3.5 into 3 and .5, leaving the variable set to the invalid
value "3". Quote the -D flag to prevent splitting.
Also update cmake_minimum_required to use the VERSION range syntax
(3.12...4.0) which is the proper cmake 4.x compatibility declaration.
Signed-off-by: Roberto Scolaro <roberto.scolaro21@gmail.com>1 parent 2b8ba54 commit d10906b
2 files changed
Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
134 | 134 | | |
135 | 135 | | |
136 | 136 | | |
137 | | - | |
| 137 | + | |
138 | 138 | | |
139 | 139 | | |
140 | 140 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
0 commit comments