Skip to content

[cmake] Enforce version 0.6 of yaml-cpp

Dominic Kempf requested to merge feature/enforce-yaml-cpp-0.6 into master

Previous versions are pre C++11 leading to all sorts of missing template specializations for C++11 library stuff.

Merge request reports