https://github.com/Kitware/CMake
Revision bd365b520eca84802ec1427c8823b3fc8c9db767 authored by Craig Scott on 07 August 2023, 22:10:36 UTC, committed by Kitware Robot on 07 August 2023, 22:10:55 UTC
78e7ea598d cmLocalGenerator: Fix trivial spelling error in code comment
1285fe27ff Help: Improve formatting and fix wording for ENABLE_EXPORTS
91336d061c Help: Improve formatting and cross-references for DEPENDS_EXPLICIT_ONLY
03208d9e18 Help: Fix indenting within TARGET_RUNTIME_DLLS genex docs

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !8688
2 parent s cbcd297 + 78e7ea5
Raw File
Tip revision: bd365b520eca84802ec1427c8823b3fc8c9db767 authored by Craig Scott on 07 August 2023, 22:10:36 UTC
Merge topic 'doc-fixups-release-3.27' into release-3.27
Tip revision: bd365b5
.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