Files
cmake/Help/release/dev/print_variables.rst
Tom Osika 4f09a029dc cmake_print_variables: Deprecate in favor of cmake_language(PRINT_VARIABLES)
Re-implement it in terms of the replacement command.

Issue: #27513
2026-08-07 10:57:01 -04:00

11 lines
341 B
ReStructuredText

print_variables
---------------
* The :command:`cmake_language(PRINT_VARIABLES)` command was added
to print variables and their values in human-readable form for
debugging.
* The :module:`CMakePrintHelpers` module's :command:`cmake_print_variables`
command is now deprecated in favor of
:command:`cmake_language(PRINT_VARIABLES)`.