https://github.com/Kitware/CMake
Revision 5fe9855624c1a998eb57a1123a5b358646f3914b authored by Slava Sysoltsev on 01 March 2013, 13:02:22 UTC, committed by Brad King on 01 March 2013, 13:09:28 UTC
From ImageMagick's 6.8.0-8 changelog:

  http://www.imagemagick.org/script/changelog.php
  ABI is incompatible if quantum depth change.
  Add abi indication to library name.

Search for library names with -Q16 and -Q8 suffixes.

Reported-by: Evangelos Foutras <evangelos@foutrelis.com>
1 parent 42c56c8
Raw File
Tip revision: 5fe9855624c1a998eb57a1123a5b358646f3914b authored by Slava Sysoltsev on 01 March 2013, 13:02:22 UTC
FindImageMagick: Search quantum depth suffixes (#13859)
Tip revision: 5fe9855
.hooks-config.bash
#=============================================================================
# CMake - Cross Platform Makefile Generator
# Copyright 2000-2011 Kitware, Inc., Insight Software Consortium
#
# Distributed under the OSI-approved BSD License (the "License");
# see accompanying file Copyright.txt for details.
#
# This software is distributed WITHOUT ANY WARRANTY; without even the
# implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
# See the License for more information.
#=============================================================================

# Loaded by .git/hooks/(pre-commit|commit-msg|prepare-commit-msg)
# during git commit after local hooks have been installed.

hooks_chain_pre_commit="Utilities/Git/pre-commit"
hooks_chain_commit_msg="Utilities/Git/commit-msg"
hooks_chain_prepare_commit_msg="Utilities/Git/prepare-commit-msg"
back to top