Conversation
This solve an issue when running `esrocos_build_project`
|
This error which is fixed by this PR was introduced a while back, when in the CMakeLists.txt template the has been commented out by default. This macro will create the (empty) linkings.yml on calling of amake. However I am intrigued if your proposal wouldn't be even smoother because it would make the (maybe counter-intuitive) use of this macro obsolete. The error is adressed on master and stable branch of the buildconf right now, but I will play with this a bit the next week. |
|
If you are fine with having always the Instead, if you have a good reason to do not have the |
This solve an issue when running
esrocos_build_project.In fact,
esrocos_build_projectfails if nolinkings.ymlis found in the project's root folder.