mirror of
https://gitlab.kitware.com/cmake/cmake.git
synced 2026-09-25 04:09:36 +03:00
14 lines
425 B
CMake
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)
|