https://github.com/Kitware/CMake
Revision 9590c3a400cc16882fee860818cfdcca82e17a37 authored by Kyle Edwards on 26 February 2020, 21:37:30 UTC, committed by Brad King on 27 February 2020, 14:23:08 UTC
We may want to enable these variables later on with specific
semantics. To avoid breaking backwards compatibility, make it an
error to use them for now.
1 parent 7a63daf
Raw File
Tip revision: 9590c3a400cc16882fee860818cfdcca82e17a37 authored by Kyle Edwards on 26 February 2020, 21:37:30 UTC
Generator: Don't allow Ninja Multi-Config variables on other generators
Tip revision: 9590c3a
.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