Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cmDisallowedCommand: Forward final pass too | Brad King | 2017-02-15 | 1 | -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 cmCommand | Daniel Pfeifer | 2017-02-13 | 1 | -0/+50 |
Implement cmDisallowedCommand as a wrapper class for cmCommand. |