Files
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

14 lines
425 B
CMake

include(RunCMake)
block()
set(RunCMake_TEST_OPTIONS -Wno-deprecated)
run_cmake(PrintPropertiesArgForwarding)
run_cmake(PrintPropertiesBackwardCompat)
run_cmake(PrintPropertiesReservedKeywordPositionalArg)
run_cmake(PrintPropertiesReservedKeywordPropertyName)
run_cmake(VariablesArgForwarding)
run_cmake(VariablesReservedKeyword)
endblock()
run_cmake(PrintPropertiesDeprecation)
run_cmake(VariablesDeprecation)