blob: f8dbe70ce42c91922d2358859493da48c0e58a6e [file] [edit]
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)`.