#796545 GNUInstallDirs module should consider arch-independent include dirs (but not always)

Package:
src:cmake
Source:
cmake
Submitter:
Lisandro Damián Nicanor Pérez Meyer
Date:
2015-08-22 13:00:05 UTC
Severity:
wishlist
#796545#5
Date:
2015-08-22 12:56:50 UTC
From:
To:
As [marked] by Tomaz Buchert GNUInstallDirs assumes include path is just
/usr/include, while it could also be a arch-dependent path /usr/include/<arch triplet>

We need to propose upstream a patch to improve this, maybe allowing the user
to set if the headers are arch-independent or not.