[cmake-developers] [CMake 0014174]: FindImageMagick.cmake does not find new imagemagick include dir
Mantis Bug Tracker
mantis at public.kitware.com
Tue May 28 02:37:15 EDT 2013
The following issue has been SUBMITTED.
======================================================================
http://public.kitware.com/Bug/view.php?id=14174
======================================================================
Reported By: Funda Wang
Assigned To:
======================================================================
Project: CMake
Issue ID: 14174
Category: Modules
Reproducibility: always
Severity: minor
Priority: normal
Status: new
======================================================================
Date Submitted: 2013-05-28 02:37 EDT
Last Modified: 2013-05-28 02:37 EDT
======================================================================
Summary: FindImageMagick.cmake does not find new imagemagick
include dir
Description:
In function FIND_IMAGEMAGICK_API, it reads:
find_path(ImageMagick_${component}_INCLUDE_DIR
NAMES ${header}
PATHS
${ImageMagick_INCLUDE_DIRS}
"[HKEY_LOCAL_MACHINE\\SOFTWARE\\ImageMagick\\Current;BinPath]/include"
PATH_SUFFIXES
ImageMagick
DOC "Path to the ImageMagick include dir."
)
But the header files of imagemagick now locates at /usr/include/ImageMagick-6
instead of /usr/include/ImageMagick.
Please merge following patch to make it recognize new heade files location:
http://svnweb.mageia.org/packages/cauldron/cmake/current/SOURCES/cmake-2.8.11-new-imagemagick.patch
======================================================================
Issue History
Date Modified Username Field Change
======================================================================
2013-05-28 02:37 Funda Wang New Issue
======================================================================
More information about the cmake-developers
mailing list