On 07/05/2016 03:59 PM, Gonzalo wrote:
> El 05/07/16 a las 15:05, Richard Kralik escribió:
>> Why can FindImageMagick not find convert and mogrify?
> My guess. Because they are in /usr/local/bin and cmake does not check that.
> 
> Call cmake with your standard options plus:
> 
> -DImageMagick_EXECUTABLE_DIR=/usr/local/bin

That should be searched by find_program but FindImageMagick is incorrectly
using find_path for it instead.  I've re-opened the associated issue:

 https://gitlab.kitware.com/cmake/cmake/issues/16179

-Brad

-- 

Powered by www.kitware.com

Please keep messages on-topic and check the CMake FAQ at: 
http://www.cmake.org/Wiki/CMake_FAQ

Kitware offers various services to support the CMake community. For more 
information on each offering, please visit:

CMake Support: http://cmake.org/cmake/help/support.html
CMake Consulting: http://cmake.org/cmake/help/consulting.html
CMake Training Courses: http://cmake.org/cmake/help/training.html

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/cmake

Reply via email to