boost-cmake icon indicating copy to clipboard operation
boost-cmake copied to clipboard

Optional install rules?

Open vector-of-bool opened this issue 8 years ago • 5 comments

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.

vector-of-bool avatar Feb 20 '17 17:02 vector-of-bool

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.

Orphis avatar Feb 20 '17 17:02 Orphis

Hey, have you made any progress with this?

Orphis avatar Mar 27 '17 18:03 Orphis

I have not, sorry. I have been too busy with "real life", and my workplace pulled in Boost via different means.

vector-of-bool avatar Mar 27 '17 20:03 vector-of-bool

Hey, i added some install() rules inside a pull request. Since you didn't merge it, could you comment on this? #43

ghost avatar Jul 28 '17 19:07 ghost

Have a look at #45 please!

Orphis avatar Aug 14 '17 15:08 Orphis