[build2] Issues when explicitely setting headers to install or not install

Boris Kolpackov boris at codesynthesis.com
Mon Jan 7 12:05:23 UTC 2019


Klaim - Joël Lamotte <mjklaim at gmail.com> writes:

> We add this line to the buildfile:
> 
> hxx{private} : install = false

This line should be:

hxx{private}@./: install = false

See Section 1.3, "Output Directories and Scopes" for the explanation.

I believe the rest of your cases should all work once adjusted
accordingly.



More information about the users mailing list