mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
Print CMake entities' properties in human-readable form for debugging. Issue: #27513
4 lines
235 B
CMake
4 lines
235 B
CMake
# __CMAKE_PRINT_PROPERTIES marks the legacy cmake_print_properties() call, which
|
|
# is always NAMED; here no NAMED is given (implicit ALL), which rejects it.
|
|
cmake_language(PRINT_PROPERTIES TARGETS some_target __CMAKE_PRINT_PROPERTIES)
|