Files
cmake/Tests/RunCMake/PrintHelpers/PrintPropertiesBackwardCompat.cmake
Tom Osika 048ee670f2 cmake_print_properties: Deprecate in favor of cmake_language(PRINT_PROPERTIES)
Re-implement it in terms of the replacement command.

Issue: #27513
2026-08-10 17:45:47 -04:00

7 lines
167 B
CMake

include(CMakePrintHelpers)
add_library(foo INTERFACE)
set_property(TARGET foo PROPERTY MY_PROP "val")
cmake_print_properties(TARGETS foo PROPERTIES MY_PROP NOT_SET)