<div dir="ltr"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">> What would best practice be to provide convenient commands for our<br>
> developers to easily build the target ?<br>
<br>
For the Makefile generator, best practice is to use separate build<br>
directories (i.e., places where you run cmake) for different<br>
configurations (i.e., different settings recorded during the<br>
configuration step).<br>
<br>
If you want to provide developers with some known set(s) of<br>
configuration settings, I suggest wrapper scripts that invoke cmake<br>
with those settings.<br><br></blockquote><div>Thanks for your advice. I am not finding it easy to find 'patterns' for these sort of issues. I would have thought that configuring a project with separate debug and release directories would be quite typical. But it's hard to find the recommended way of doing such things. Anyway, I think I am on the right track now.</div></div></div>