jbeder / yaml-cpp

A YAML parser and emitter in C++
MIT License
4.91k stars 1.77k forks source link

Update yaml-cpp-config.cmake.in to protect against multiple inclusions #1242

Closed Levi-Armstrong closed 7 months ago

Levi-Armstrong commented 7 months ago

Update yaml-cpp-config.cmake.in to protected against multiple inclusions.

jbeder commented 7 months ago

Presumably this fixes #1241? I still don't quite understand - can you update one of the CI actions so it exercises this code path?

jbeder commented 7 months ago

Presumably this fixes #1241? I still don't quite understand - can you update one of the CI actions so it exercises this code path?