Optional install rules?
You've expressed distaste for install() rules, but would you be opposed to their addition as an optional feature? I'd be interested in having/adding such a thing myself.
We can certainly do it. Probably by checking if we are doing a standalone build first. It should just be a few lines in the library function and some more for the headers.
This reminds me to write more documentation explaining why it is better to integrate without intermediate builds like that. I understand that in some situation, it will be difficult though.
Hey, have you made any progress with this?
I have not, sorry. I have been too busy with "real life", and my workplace pulled in Boost via different means.
Hey, i added some install() rules inside a pull request. Since you didn't merge it, could you comment on this? #43
Have a look at #45 please!