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

Add support for GNUInstallDirs variables (>=CMake 2.8.5) #1057

Merged
merged 1 commit into from
Sep 27, 2015

Conversation

winterheart
Copy link
Contributor

Make CMake GNU dirs-aware (especially CMAKE_INSTALL_DATADIR and
CMAKE_INSTALL_BINDIR) since there many Linux distributives that follows
Linux FHS too strictly (/usr/games for bins, /usr/share/games for data).

Defaults is bin (expanded to /usr/bin) and share (/usr/share), but now
you can redefine CMAKE_INSTALL_DATADIR and CMAKE_INSTALL_BINDIR during
configuration.

Make CMake GNU dirs-aware (especially CMAKE_INSTALL_DATADIR and
CMAKE_INSTALL_BINDIR) since there many Linux distributives that follows
Linux FHS too strictly (/usr/games for bins, /usr/share/games for data).

Defaults is bin (expanded to /usr/bin) and share (/usr/share), but now
you can redefine CMAKE_INSTALL_DATADIR and CMAKE_INSTALL_BINDIR during
configuration.
SupSuper added a commit that referenced this pull request Sep 27, 2015
Add support for GNUInstallDirs variables (>=CMake 2.8.5)
@SupSuper SupSuper merged commit 3a2f9f6 into OpenXcom:master Sep 27, 2015
@mcz mcz mentioned this pull request Oct 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants