Re: [CMake] how to write cmake file for ImageMagick package?

2006-06-11 Thread Jan Woetzel
[EMAIL PROTECTED] wrote: ...use the Magick++ package ... So I am trying to write another FindImageMagick.cmake instead (not work either). You can use mine, works on Linux and Windows. http://www.mip.informatik.uni-kiel.de/~jw/cmake/CMakeModules/FindImageMagickLib.cmake Jan. -- Dipl.-Ing.

Re: [CMake] how to write cmake file for ImageMagick package?

2006-06-11 Thread Alexander Neundorf
>  Original-Nachricht > Datum: Mon, 12 Jun 2006 01:33:45 -0400 > Von: [EMAIL PROTECTED] > An: cmake > Betreff: [CMake] how to write cmake file for ImageMagick package? >  > hi, all, > > I am trying to use the Magick++ package but not know how to include itin > cmake. The cmake

[CMake] how to write cmake file for ImageMagick package?

2006-06-11 Thread kdsfinger
hi, all, I am trying to use the Magick++ package but not know how to include it in cmake. The cmake comes with the FindImageMagick.cmake in the Modules, but does not work. So I am trying to write another FindImageMagick.cmake instead (not work either). Here is the cmake file I wrote: -

[CMake] STRING(REPLACE bugged?

2006-06-11 Thread Brandon J. Van Every
The CMake 2.4.2 docs specify: STRING(REPLACE [...]) is not defined elsewhere in the document. I presume it is somehow different than a . It appears that a of "@VARIABLE_NAME@" will not match anything in a file. Is this expected behavior or a bug? If it's expected behavior, it shoul

Re: [CMake] Debug support for MS Free Toolkit 2003

2006-06-11 Thread William A. Hoffman
At 01:57 PM 6/10/2006, jecxz wrote: >Hi, >some of the documentation says there is no debug support available for the >Microsoft Free C++ Toolkit (2003), however I have used the toolkit for some >time and have built wxWidget and other projects with debug information and >debugged them using Micro