grzegorzmazur / yacas

Computer calculations made easy
http://www.yacas.org
GNU Lesser General Public License v2.1
124 stars 24 forks source link

Use GNUInstallDirs for standardised cmake switches #268

Closed a17r closed 5 years ago

a17r commented 5 years ago

These are overrideable by distributions to adapt paths as needed.

grzegorzmazur commented 5 years ago

Hi,

This is great, thanks a lot! My only excuse for not doing it right from the start is that this is the first nontrivial project I've ever made using cmake, and it seems to show in places like the one you've fixed.

BTW, is the lower-case project name somehow better than the upper-case one?

Anyway, thanks a lot :) Grzesiek

a17r commented 5 years ago

Thanks for merging! Sorry for the late reply.

Lower-case project name was done to not cause GNUInstallDirs to create an all-caps doc dir path.