Re: [Cppcms-users] Fail to build cppblog
Brought to you by:
artyom-beilis
|
From: CN L. <cn...@gr...> - 2013-07-13 09:59:26
|
----- Original Message ----- My first advice is not to set CMAKE_INCLUDE_PATH by yourself, let cmake do the thing. Next, see if you find something in the CMakeLists.txt that will find imagemagick like find_package(ImageMagick COMPONENTS Magick++) With your command added, cmake appears to have successfully found the package. Message follows: -- Found ImageMagick: /usr/lib/i386-linux-gnu/libMagick++.so (found version "6.7.7-10") However, "Makefile" still does not include path "/usr/include/ImageMagick/" which holds Magick++.h. Regards, CN |