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

Adding top-level CPACK option #700

Merged
merged 6 commits into from
May 2, 2020
Merged

Commits on Apr 13, 2020

  1. Adding top-level CPACK option

    And some sane defaults for deb/rpm packaging
    kai4785 committed Apr 13, 2020
    Configuration menu
    Copy the full SHA
    a521aa6 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2020

  1. Make CPACK an RELEASE_OPTION

    kai4785 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    bcc9857 View commit details
    Browse the repository at this point in the history
  2. Setting CMAKE_BUILD_TYPE should always be Cache variables

    This initializes CMAKE_CXX_FLAGS_RELEASE during project() correctly. With out
    this, changes to CMakeLists.txt may result in a complete rebuild because
    CMAKE_BUILD_TYPE wasn't in the cache before, and wasn't respected by project(),
    but now it is.
    
    https://cmake.org/pipermail/cmake/2008-September/023808.html
    kai4785 committed Apr 16, 2020
    Configuration menu
    Copy the full SHA
    c153ba2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9a6f95 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6a4f720 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2020

  1. Configuration menu
    Copy the full SHA
    9e524a8 View commit details
    Browse the repository at this point in the history