Files
cmake/Tests/RunCMake/cmake_language/PrintPropertiesLegacyFlagRequiresNamed.cmake
T
Tom Osika 2a2012e913 cmake_language: Add PRINT_PROPERTIES operation
Print CMake entities' properties in human-readable form for debugging.

Issue: #27513
2026-08-10 17:41:05 -04:00

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)