mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
11 lines
341 B
ReStructuredText
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)`.
|