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

Update top level CMakeLists.txt to be inline with Aeron #635

Merged
merged 9 commits into from Feb 1, 2019

Commits on Feb 1, 2019

  1. [C++] Increment minimum required CMake version to 3.1.3.

    This is the minimum version that supports setting C and C++ standards.
    denizevrenci committed Feb 1, 2019
    Copy the full SHA
    91ad0c1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    9cd79d4 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    9ff7cf9 View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    6f4c423 View commit details
    Browse the repository at this point in the history
  5. [C++] Do not include debug symbols in Release builds.

    -g and O0 are automatically set by CMake in Debug builds.
    denizevrenci committed Feb 1, 2019
    Copy the full SHA
    1fdcd5a View commit details
    Browse the repository at this point in the history
  6. Copy the full SHA
    810ab5e View commit details
    Browse the repository at this point in the history
  7. [C++] Do not set non standard optimizations in Release builds.

    By default CMake sets O3 for Release builds.
    denizevrenci committed Feb 1, 2019
    Copy the full SHA
    98d435a View commit details
    Browse the repository at this point in the history
  8. Copy the full SHA
    a3e53eb View commit details
    Browse the repository at this point in the history
  9. [C++] Remove redundant call to execute_process.

    We do not need to build sbe-jar at configure time.
    denizevrenci committed Feb 1, 2019
    Copy the full SHA
    b43742f View commit details
    Browse the repository at this point in the history