summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/DisallowedCommands
Commit message (Collapse)AuthorAgeFilesLines
* Add deprecation warnings for policies CMP0036 and belowBrad King2017-04-212-1/+22
| | | | | | The OLD behaviors of all policies are deprecated, but only by documentation. Add an explicit deprecation diagnostic for some policies to encourage projects to port away from setting policies to OLD.
* RunCMake: Remove unneeded files.Stephen Kelly2015-02-091-1/+0
| | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* Cygwin: Avoid legacy warnings in RunCMake.DisallowedCommands testBrad King2013-10-251-1/+1
| | | | | | Set the minimum required version of CMake high enough to avoid the warning for CMAKE_LEGACY_CYGWIN_WIN32. The warning appears on stderr and breaks the expected output matching.
* Add policy CMP0036 to disallow build_nameBrad King2013-10-2210-0/+29
|
* Add policy CMP0035 to disallow variable_requiresBrad King2013-10-2210-0/+29
|
* Add policy CMP0034 to disallow utility_sourceBrad King2013-10-2210-0/+29
|
* Add policy CMP0033 to disallow export_library_dependenciesBrad King2013-10-2210-0/+29
|
* Add policy CMP0032 to disallow output_required_filesBrad King2013-10-2210-0/+29
|
* Add policy CMP0031 to disallow load_commandBrad King2013-10-2210-0/+29
|
* Add policy CMP0030 to disallow use_mangled_mesaBrad King2013-10-2210-0/+29
|
* Add policy CMP0029 to disallow subdir_dependsBrad King2013-10-228-0/+19
|
* Add infrastructure for policies that disallow commandsBrad King2013-10-222-0/+11
Add cmCommand::Disallowed helper to check the setting of a policy that disallows the command. Add a RunCMake.DisallowedCommands test placeholder. Add a Help/policy/DISALLOWED_COMMAND.txt file for inclusion by each policy document to avoid duplication of the common text.