summaryrefslogtreecommitdiffstats
path: root/Source/cmDisallowedCommand.h
Commit message (Collapse)AuthorAgeFilesLines
* cmDisallowedCommand: Forward final pass tooBrad King2017-02-151-0/+7
| | | | | | | | Refactoring in commit 7fb14775 (cmDisallowedCommand: extract policy checking from cmCommand, 2016-12-26) introduced a wrapper for disallowed commands that forwards to their original commands. This broke the `export_library_dependencies` command that uses a final pass. Forward the final pass too to fix it.
* cmDisallowedCommand: extract policy checking from cmCommandDaniel Pfeifer2017-02-131-0/+50
Implement cmDisallowedCommand as a wrapper class for cmCommand.