Skip to content

FindBISON: Do not rebuild every time when not VERBOSE

Brad King requested to merge brad.king/cmake:FindBISON-fix-rebuild into master

Since commit ad2497aa we always list the VERBOSE output file as an output of our custom command even if the option is not used. This causes the rule to re-run every time (e.g. with Ninja). Revert one hunk from that change (that looks incorrect) to fix it.

Closes: #16426 (closed)

Merge request reports