Notes |
|
(0010624)
|
Alex Neundorf
|
2008-02-21 14:29
|
|
Miguel has already a related bug report assigned.
Alex
|
|
|
(0010625)
|
Philip Lowman
|
2008-02-21 20:40
|
|
I investigated Bug 0004220 which was a FindMagick.cmake submitted on 12/16/06.
I examined this module to determine what is done differently:
1. They allow the user to specify a plethora of environment variables to find ImageMagick. This seems silly given the existence of CMAKE_PREFIX_PATH, CMAKE_LIBRARY_PATH and CMAKE_INCLUDE_PATH.
2. They provide multiple include paths which is not needed at least with modern versions of the libraries.
3. They search for the Wand library and expose it via cache to the user, which was something I wasn't doing. I have added this functionality to the attached IMPROVED_FindMagick.cmake (could not delete original).
I suggest that Bug 0004220 be closed. |
|
|
(0011777)
|
Philip Lowman
|
2008-05-09 13:56
|
|
Any possibility of getting this included with CMake and closing both this issue and Bug 0004220? |
|
|
(0012805)
|
Miguel Figueroa
|
2008-07-23 02:52
|
|
I've applied a patch to CVS:
/cvsroot/CMake/CMake/Modules/FindImageMagick.cmake,v <-- FindImageMagick.cmake
new revision: 1.5; previous revision: 1.4
Please test that it works as expected.
--Miguel |
|
|
(0012806)
|
Miguel Figueroa
|
2008-07-23 02:53
|
|
Applied patch:
/cvsroot/CMake/CMake/Modules/FindImageMagick.cmake,v <-- FindImageMagick.cmake
new revision: 1.5; previous revision: 1.4
--Miguel |
|