Skip to content
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

cmake build does not use standard directories #1049

Closed
gdt opened this issue Nov 20, 2018 · 0 comments
Closed

cmake build does not use standard directories #1049

gdt opened this issue Nov 20, 2018 · 0 comments
Milestone

Comments

@gdt
Copy link

gdt commented Nov 20, 2018

In CMakeLists.txt, the path for SYSCONFDIR and MANDIR are open-coded with logic that is not portable. cmake has support for knowing where things go, and the way to use it is
include(GNUInstallDirs)
and then e.g.
set (MANDIR ${CMAKE_INSTALL_MANDIR})

@ralight ralight added this to the 1.6.1 milestone Apr 26, 2019
@ralight ralight closed this as completed Apr 26, 2019
ralight added a commit that referenced this issue Apr 26, 2019
@lock lock bot locked as resolved and limited conversation to collaborators Aug 7, 2019
ralight added a commit that referenced this issue Sep 18, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants