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

Use GNUInstallDirs for specifying default directories #140

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 25, 2017

  1. Use GNUInstallDirs for specifying default directories

    * Being able to change the default directories is important
      for distros. Even more so with a consistent interface.
      GNUInstallDirs is the only Kitware supported way to change
      the defaults without downstream consumers of CMake
      making up new and inconsistent options between each other.
    SoapGentoo committed May 25, 2017
    Configuration menu
    Copy the full SHA
    b770ce9 View commit details
    Browse the repository at this point in the history
  2. Do not install README files in DATADIR

    * It is customary not to install README files in data
      directories but rather in DOCDIR.
    SoapGentoo committed May 25, 2017
    Configuration menu
    Copy the full SHA
    1a7735c View commit details
    Browse the repository at this point in the history
  3. Do not hardcode C++98

    * Different distros have compiled boost with different
      -std= options. Hardcoding this only wreaks massive
      havoc with parts of the ecosystem already using C++11.
    SoapGentoo committed May 25, 2017
    Configuration menu
    Copy the full SHA
    38a00e9 View commit details
    Browse the repository at this point in the history