Skip to content

utils: Find dot instead of assuming it's in PATH

Emmanuele Bassi requested to merge ebassi/check-for-dot into main

The result of find_program() is memoized, so we can call it multiple times.

Merge request reports