https://github.com/Kitware/CMake
Revision 35109e718bf88e3823a8e0d56e0d8ce773d3f445 authored by Brad King on 04 April 2018, 17:08:37 UTC, committed by Brad King on 04 April 2018, 17:14:01 UTC
This reverts commit v3.11.0-rc1~108^2 (CheckIncludeFiles: Honor
CMAKE_REQUIRED_LIBRARIES, 2017-12-24).  The behavior change can
affect checks in existing projects that don't expect the behavior.
Introducing the behavior again will require a policy.

Fixes: #17874
Issue: #9514
1 parent 61fd4c7
Raw File
Tip revision: 35109e718bf88e3823a8e0d56e0d8ce773d3f445 authored by Brad King on 04 April 2018, 17:08:37 UTC
Revert "CheckIncludeFiles: Honor CMAKE_REQUIRED_LIBRARIES"
Tip revision: 35109e7
.hooks-config
# Distributed under the OSI-approved BSD 3-Clause License.  See accompanying
# file Copyright.txt or https://cmake.org/licensing for details.

# 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
	commit-msg = Utilities/Git/commit-msg
	prepare-commit-msg = Utilities/Git/prepare-commit-msg
back to top