Skip to content

FindImageMagick: Use find_program instead of find_path

Felix Geyer requested to merge debfx/cmake:patch-1 into master

Since cmake 3.6 find_path doesn't use the system search paths anymore. As a result FindImageMagick wasn't able to get the executable dir.

Closes #16179 (closed)

Merge request reports