Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: solvespace/solvespace
base: 0472b9ea6030
Choose a base ref
...
head repository: solvespace/solvespace
compare: 0b786e6e2bcd
Choose a head ref
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Dec 2, 2019

  1. CMake: review minimum required CMake version.

    It turns out that using cmake_policy(VERSION) is effectively same as
    using cmake_minimum_required(VERSION) because it is a hard error
    if the CMake running the script is too old. As such, replace 22525e6
    with two changes:
      * Set the minimum required version to 3.7.2 (Debian stretch),
        which also configures policies.
      * If CMake is at least as new as 3.11.0, then set the policies
        according to that version.
    This should actually have the intended behavior.
    whitequark committed Dec 2, 2019
    Copy the full SHA
    0b786e6 View commit details
    Browse the repository at this point in the history