https://github.com/Kitware/CMake
Revision 213ecf05d681522dfa6ca8396281494a2c7b7b9a authored by Brad King on 05 February 2018, 13:41:35 UTC, committed by Kitware Robot on 05 February 2018, 13:43:05 UTC
a8ee7406 Autogen: Improved multi-config include scheme

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !1735
2 parent s e559b45 + a8ee740
Raw File
Tip revision: 213ecf05d681522dfa6ca8396281494a2c7b7b9a authored by Brad King on 05 February 2018, 13:41:35 UTC
Merge topic 'autogen-improve-multi-config'
Tip revision: 213ecf0
.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