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