errors-properties.rst 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960
  1. .. This file was generated by Utilities/Scripts/regenerate-presets.py
  2. from Help/manual/presets/schema.yaml. Do not edit.
  3. .. _`CMakePresets.configurePresets.errors.author`:
  4. ``author``
  5. .. presets-versionadded:: 12
  6. An optional boolean. Equivalent to passing
  7. :cmake-option:`-Werror=author` or
  8. :cmake-option:`-Wno-error=author`
  9. on the command line.
  10. This may not be set to ``true``
  11. if ``warnings.author`` is set to ``false``.
  12. .. _`CMakePresets.configurePresets.errors.deprecated`:
  13. ``deprecated``
  14. An optional boolean. Equivalent to passing
  15. :cmake-option:`-Werror=deprecated` or
  16. :cmake-option:`-Wno-error=deprecated`
  17. on the command line.
  18. This may not be set to ``true``
  19. if ``warnings.deprecated`` is set to ``false``.
  20. .. _`CMakePresets.configurePresets.errors.dev`:
  21. ``dev``
  22. .. presets-versionremoved:: 12
  23. An optional boolean. Equivalent to passing
  24. :cmake-option:`-Werror=dev` or
  25. :cmake-option:`-Wno-error=dev`
  26. on the command line.
  27. This may not be set to ``true``
  28. if ``warnings.dev`` is set to ``false``.
  29. .. _`CMakePresets.configurePresets.errors.uninitialized`:
  30. ``uninitialized``
  31. .. presets-versionadded:: 12
  32. An optional boolean. Equivalent to passing
  33. :cmake-option:`-Werror=uninitialized` or
  34. :cmake-option:`-Wno-error=uninitialized`
  35. on the command line.
  36. This may not be set to ``true``
  37. if ``warnings.uninitialized`` is set to ``false``.
  38. .. _`CMakePresets.configurePresets.errors.unusedCli`:
  39. ``unusedCli``
  40. .. presets-versionadded:: 12
  41. An optional boolean. Equivalent to passing
  42. :cmake-option:`-Werror=unused-cli` or
  43. :cmake-option:`-Wno-error=unused-cli`
  44. on the command line.
  45. This may not be set to ``true``
  46. if ``warnings.unusedCli`` is set to ``false``.