View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014174CMakeModulespublic2013-05-28 02:372013-10-07 10:10
ReporterFunda Wang 
Assigned ToBrad King 
PrioritynormalSeverityminorReproducibilityalways
StatusclosedResolutionfixed 
PlatformOSOS Version
Product VersionCMake 2.8.11 
Target VersionCMake 2.8.12Fixed in VersionCMake 2.8.12 
Summary0014174: FindImageMagick.cmake does not find new imagemagick include dir
DescriptionIn 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 [^]
TagsNo tags attached.
Attached Files

 Relationships
related to 0013859closedBrad King FindImageMagick.cmake needs update for ImageMagick >= 6.8.0-8 
related to 0014012closedBrad King FindImageMagick.cmake needs update for ImageMagick >= 6.8.0-8, perhaps use pkgconfig 

  Notes
(0033144)
Brad King (manager)
2013-05-28 09:46

Applied, thanks:

 http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=3de9bb48 [^]
(0034069)
Robert Maynard (manager)
2013-10-07 10:10

Closing resolved issues that have not been updated in more than 4 months.

 Issue History
Date Modified Username Field Change
2013-05-28 02:37 Funda Wang New Issue
2013-05-28 09:43 Brad King Relationship added related to 0013859
2013-05-28 09:43 Brad King Relationship added related to 0014012
2013-05-28 09:46 Brad King Note Added: 0033144
2013-05-28 09:46 Brad King Assigned To => Brad King
2013-05-28 09:46 Brad King Status new => resolved
2013-05-28 09:46 Brad King Resolution open => fixed
2013-05-28 09:46 Brad King Fixed in Version => CMake 2.8.12
2013-05-28 09:46 Brad King Target Version => CMake 2.8.12
2013-10-07 10:10 Robert Maynard Note Added: 0034069
2013-10-07 10:10 Robert Maynard Status resolved => closed


Copyright © 2000 - 2018 MantisBT Team