@@ -185,4 +185,3 @@ There is another issue for your consideration: we're currently using the old yam
We could, of course, rewrite the code to use to new API but this would be a lot of work. Luckily I have plan B.
I have already a working implementation for cmake for building the old yaml-cpp as an external project for the project's internal use. The bundled old library is automatically included in the build process if yaml-cpp is missing or user specifies a -Duse_bundled_yaml_cpp=ON flag. We don't need to include the yaml-cpp sources themselves in the tree since cmake can download the directly from the web as needed. We could use this solution in the projects requiring yaml.