Skip to content

Commit

Permalink
Added specific version of ImageMagick required.
Browse files Browse the repository at this point in the history
  • Loading branch information
stian-svedenborg committed Jul 23, 2016
1 parent 073cd32 commit f12571a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ target_link_libraries(xyuv xyuv_core)
if (USE_IMAGEMAGICK_INTEGRATION)

# Resolve dependencies
find_package(ImageMagick REQUIRED COMPONENTS Magick++)
find_package(ImageMagick 6 REQUIRED COMPONENTS Magick++)
message("Found ImageMagick headers at ${ImageMagick_INCLUDE_DIRS}")

# Set up library
Expand Down

0 comments on commit f12571a

Please sign in to comment.