Commit 7ea372a
fix: set CMAKE_POLICY_VERSION_MINIMUM for yaml-cpp Windows MSYS2 compatibility
- Set CMAKE_POLICY_VERSION_MINIMUM=3.5 to resolve CMake compatibility issue
- Fixes Windows MSYS2 CLANG64/UCRT64 builds failing with 'Compatibility with CMake < 3.5 has been removed'
- Verified locally: full build and YAML tests pass successfully
Co-Authored-By: Jake Cosme <[email protected]>1 parent 631fc42 commit 7ea372a
1 file changed
+2
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
102 | 102 | | |
103 | 103 | | |
104 | 104 | | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
| 105 | + | |
| 106 | + | |
109 | 107 | | |
110 | 108 | | |
111 | 109 | | |
| |||
0 commit comments