Skip to content
Snippets Groups Projects
  1. Feb 11, 2023
    • Brad King's avatar
      Deprecate compatibility with CMake versions older than 3.5 · 3a479154
      Brad King authored
      Issue a deprecation warning on calls to `cmake_minimum_required` or
      `cmake_policy` that set policies based on versions older than 3.5.
      Note that the effective policy version includes `...<max>` treatment.
      Update the check from commit 5845c218 (Deprecate compatibility with
      CMake versions older than 2.8.12, 2020-06-12, v3.19.0-rc1~629^2).
      3a479154
    • Brad King's avatar
      Tests/RunCMake: Update cmake_minimum_required versions · 1edf1385
      Brad King authored
      For policy-specific tests, use the version before the policy was
      introduced.  Otherwise, use 3.5 where possible.
      
      Also, remove `cmake_minimum_required()` and `project()` calls from
      individual cases where they are handled by `CMakeLists.txt`.
      1edf1385
  2. Feb 10, 2023
  3. Feb 09, 2023
  4. Feb 08, 2023
Loading