Open goldhoorn opened 9 years ago
@jmachowinski Added you because you are related to this yaml-cpp-0.5 stuff
There is now a yaml-0-5 branch for this package, but it is not merged into the master because of other packages depending on yaml-cpp 0.3.
This is the reason why i recomment this backward compatible change. With this you can support yaml-cpp 0.5 without loosing backward compatibility.
The problem here is that rock will not change at once so we need migration time and backward compatibility
To increase the compatibility to different systems it would be gread that this package support yaml-cpp 0.5 and yaml-cpp 0.3.
To make this possible follow this steps: Rework this lines:
https://github.com/rock-simulation/configmaps/blob/master/CMakeLists.txt#L9-L14
to somethig like (untested):
In the c++ code you can then identify the version by: