Skip to content
Snippets Groups Projects
  1. Jul 19, 2021
    • Craig Scott's avatar
      Help: Expand details for file(COPY_FILE) · 8d1944c6
      Craig Scott authored
      8d1944c6
    • Craig Scott's avatar
      Help: Re-order file() sub-commands in Filesystem section · c8ea8861
      Craig Scott authored
      The file(COPY_FILE) sub-command is closely related to the
      file(COPY) sub-command. Move the former to just before the
      latter for improved continuity. The file(RENAME) sub-command is
      also somewhat related to file(COPY_FILE), so it was also moved to
      keep it just before file(COPY_FILE).
      
      The file(MAKE_DIRECTORY) sub-command was also moved to just
      before the file(REMOVE) and file(REMOVE_RECURSE) sub-commands
      to keep them together and improve logical flow of operations.
      c8ea8861
  2. Jul 18, 2021
  3. 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
  4. 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
  5. Jul 08, 2021
  6. Jul 06, 2021
  7. Jul 04, 2021
  8. Jul 03, 2021
  9. Jul 01, 2021
  10. Jun 30, 2021
  11. 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
  12. Jun 28, 2021
  13. Jun 25, 2021
  14. Jun 21, 2021
  15. Jun 18, 2021
  16. Jun 17, 2021
  17. Jun 14, 2021
  18. Jun 12, 2021
  19. Jun 11, 2021
Loading