-
Notifications
You must be signed in to change notification settings - Fork 286
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Use CMAKE_INSTALL_LOCALEDIR #4
Conversation
Thank you for reporting this. And even more thanks for providing a patch. I'm very pleased to accept your pull request. The Exiv2 project moved to Git with the release of v0.26 on 2017-04-28. You have the honour of the first "pull request". Congratulations and Thank You. And thanks for your observation that CMAKE_INSTALL_MANDIR is already in use. The CMake files have been an accumulation of contributions by about 10 engineers over about 10 years. Our nightly build uses CMake, so I have lots of confidence that it works. However, if you are a CMake fan, I would highly value any observations or contribution you'd care to make concerning our CMakeList.txt files. |
Without this change when using a prefix for cross setups like e.g. /usr/x86_64-pc-linux-gnu the architecture independent locale files end up in /usr/x86_64-pc-linux-gnu/share/locale instead of /usr/share/locale like it should be.
And you already use ${CMAKE_INSTALL_MANDIR in src/CMakeList.txt.