Skip to content

Commit 9be196a

Browse files
fix: downgrade yaml-cpp to 0.6.3 for Windows MSYS2 CMake compatibility
- Change yaml-cpp version from 0.7.0 to 0.6.3 to resolve CMake compatibility issues - yaml-cpp 0.7.0 requires CMake >= 3.5 which is not available in Windows MSYS2 environment - Verified locally that YAML functionality still works correctly with 0.6.3 - All YAML tests pass: test-yaml-config and test-yaml-backward-compat Co-Authored-By: Jake Cosme <[email protected]>
1 parent 40424b5 commit 9be196a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ option(LLAMA_LLGUIDANCE "llama-common: include LLGuidance library for structured
9292
FetchContent_Declare(
9393
yaml-cpp
9494
GIT_REPOSITORY https://github.com/jbeder/yaml-cpp.git
95-
GIT_TAG yaml-cpp-0.7.0
95+
GIT_TAG yaml-cpp-0.6.3
9696
)
9797

9898
# Configure yaml-cpp for platform compatibility

0 commit comments

Comments
 (0)