print_all_propertiesΒΆ
The
cmake_language(PRINT_PROPERTIES)command was added to print CMake entities' properties in human-readable form for debugging.The
CMakePrintHelpersmodule'scmake_print_properties()command is now deprecated in favor ofcmake_language(PRINT_PROPERTIES).