Skip to content

cmDisallowedCommand: Forward final pass too

Brad King requested to merge brad.king/cmake:command-cleanup-fix into master

Refactoring in !474 (merged) 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.

Merge request reports