Files
cmake/Help/release/dev/print_all_properties.rst
Tom Osika 048ee670f2 cmake_print_properties: Deprecate in favor of cmake_language(PRINT_PROPERTIES)
Re-implement it in terms of the replacement command.

Issue: #27513
2026-08-10 17:45:47 -04:00

11 lines
354 B
ReStructuredText

print_all_properties
--------------------
* The :command:`cmake_language(PRINT_PROPERTIES)` command was added
to print CMake entities' properties in human-readable form for
debugging.
* The :module:`CMakePrintHelpers` module's :command:`cmake_print_properties`
command is now deprecated in favor of
:command:`cmake_language(PRINT_PROPERTIES)`.