[CMake] ImageMagick Not Found with CMake

Gonzalo ggarra13 at gmail.com
Tue Jul 5 15:59:50 EDT 2016



El 05/07/16 a las 15:05, Richard Kralik escribió:
> I am trying to install  Theia-SfM 
> (http://www.theia-sfm.org/index.html) using cmake 3.6 on Ubuntu 16.04. 
> When trying to configure the project the output ends with
>
> 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

-- 
Gonzalo Garramuño
ggarra13 at gmail.com



More information about the CMake mailing list