https://github.com/Kitware/CMake
Revision f48e32178f012fa5f5c844b91291790e4911e5cb authored by Brad King on 28 October 2020, 11:43:28 UTC, committed by Kitware Robot on 28 October 2020, 11:43:37 UTC
ec5951e078 cmake_path: Enhance documentation

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5425
2 parent s fe31085 + ec5951e
Raw File
Tip revision: f48e32178f012fa5f5c844b91291790e4911e5cb authored by Brad King on 28 October 2020, 11:43:28 UTC
Merge topic 'cmake_path-update-doc' into release-3.19
Tip revision: f48e321
.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