mirror of
https://github.com/Kitware/CMake.git
synced 2026-03-20 10:51:35 -05:00
Merge topic 'image-magick-7'
f6c6032e22 FindImageMagick: Fix ARCH_INCLUDE_DIR detection for version 7 and newer
Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !9990
This commit is contained in:
@@ -133,7 +133,9 @@ function(FIND_IMAGEMAGICK_API component header)
|
||||
NO_DEFAULT_PATH
|
||||
)
|
||||
find_path(ImageMagick_${component}_ARCH_INCLUDE_DIR
|
||||
NAMES magick/magick-baseconfig.h
|
||||
NAMES
|
||||
magick/magick-baseconfig.h
|
||||
MagickCore/magick-baseconfig.h
|
||||
HINTS
|
||||
${PC_${component}_INCLUDEDIR}
|
||||
${PC_${component}_INCLUDE_DIRS}
|
||||
|
||||
Reference in New Issue
Block a user