MantisBT - CMake
View Issue Details
0014348CMakeModulespublic2013-08-09 15:452016-06-10 14:31
Snowman 
Kitware Robot 
normalminoralways
closedmoved 
CMake 2.8.11.2 
 
0014348: FindImageMagick.cmake needs update for ImageMagick built with HDRI support
When ImageMagick is built with HDRI support, the library names changes as follows:

libMagick++-6.Q16.so.1 => libMagick++-6.Q16HDRI.so.1
libMagickCore-6.Q16.so.1 => libMagickCore-6.Q16HDRI.so.1
libMagickWand-6.Q16.so.1 => libMagickWand-6.Q16HDRI.so.1

This cause cmake to not detect the libraries. Hence Modules/FindImageMagick.cmake needs to be updated.
No tags attached.
patch cmake-imagemagick-hdri.patch (1,534) 2013-08-09 15:45
https://public.kitware.com/Bug/file/4846/cmake-imagemagick-hdri.patch
Issue History
2013-08-09 15:45SnowmanNew Issue
2013-08-09 15:45SnowmanFile Added: cmake-imagemagick-hdri.patch
2013-08-13 09:30Brad KingNote Added: 0033703
2013-08-13 09:42Brad KingNote Added: 0033706
2013-08-13 09:42Brad KingStatusnew => backlog
2016-06-10 14:29Kitware RobotNote Added: 0042347
2016-06-10 14:29Kitware RobotStatusbacklog => resolved
2016-06-10 14:29Kitware RobotResolutionopen => moved
2016-06-10 14:29Kitware RobotAssigned To => Kitware Robot
2016-06-10 14:31Kitware RobotStatusresolved => closed

Notes
(0033703)
Brad King   
2013-08-13 09:30   
Applied, thanks:

http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=5803b94a [^]
(0033706)
Brad King   
2013-08-13 09:42   
While this patch addresses the immediate problem, this module faces a combinatorial explosion of possible names in the future :(
(0042347)
Kitware Robot   
2016-06-10 14:29   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current CMake Issues page linked in the banner at the top of this page.