| 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)`. |