Skip to content
Snippets Groups Projects
  1. Jul 17, 2021
  2. Jul 13, 2021
    • Brad King's avatar
      Help: Clarify 'cmake --build' signature alternatives · 161f1f42
      Brad King authored
      Documentation added by
      
      * commit 4f4f2028 (Help: Add documentation for buildPresets and
                           testPresets, 2021-01-13, v3.20.0-rc1~51^2~7)
      * commit 676ecf0d (cmake-presets: Add build and test presets,
                           2020-12-14, v3.20.0-rc1~51^2~6)
      
      used square brackets in the `cmake --build` signature to indicate
      non-optional alternatives, which is not a typical convention.
      A common convention is to use parentheses instead, but in this
      case it is probably clearer to list the two signatures separately.
      
      Fixes: #22413
      161f1f42
  3. Jul 12, 2021
    • Sergio Martins's avatar
      Help: Fix preset example cmakeMinimumRequired · 2114d717
      Sergio Martins authored and Brad King's avatar Brad King committed
      Since commit 8bc5c896 (CMakePresets.json: Add the ability to
      conditionally disable presets, 2021-03-10, v3.21.0-rc1~464^2)
      the example requires presets version 3 support, which is not
      available until CMake 3.21.  CMake 3.20.0 can't open v3 presets.
      Make cmakeMinimumRequired compatible with the example's version.
      2114d717
  4. Jul 08, 2021
  5. Jul 06, 2021
  6. Jul 04, 2021
  7. Jul 03, 2021
  8. Jul 01, 2021
  9. Jun 30, 2021
  10. Jun 29, 2021
    • Alex Sweet's avatar
      CPack/RPM: Fix weak dep support · 9b53eca3
      Alex Sweet authored and Brad King's avatar Brad King committed
      RPM 4.11.3 for el7 contains backported support for the RPM weak dep tags.
      It only supports querying those tags, but rpmbuild can not make use of them.
      Since CPack relies on rpmbuild --querytags to check for support, this
      commit switches to rpm --suggests to check for support of weak
      dependencies.
      
      Fixes: #22350
      9b53eca3
    • Marc Chevrier's avatar
      CMP0126: Add control for warnings · 16208ac1
      Marc Chevrier authored
      Fixes: #22353
      16208ac1
  11. Jun 28, 2021
  12. Jun 25, 2021
  13. Jun 21, 2021
  14. Jun 18, 2021
  15. Jun 17, 2021
  16. Jun 14, 2021
  17. Jun 12, 2021
  18. Jun 11, 2021
  19. Jun 10, 2021
  20. Jun 09, 2021
Loading