https://github.com/Kitware/CMake
Revision 1ac0dea4c8343d3f3a95b4a143fa47e4a785ff32 authored by Brad King on 30 June 2023, 13:29:20 UTC, committed by Kitware Robot on 30 June 2023, 13:29:27 UTC
9ede4cab2b FetchContent: Protect ExternalProject keywords from unknown arguments

Acked-by: Kitware Robot <kwrobot@kitware.com>
Acked-by: buildbot <buildbot@kitware.com>
Acked-by: Craig Scott <craig.scott@crascit.com>
Merge-request: !8598
2 parent s 67cf379 + 9ede4ca
Raw File
Tip revision: 1ac0dea4c8343d3f3a95b4a143fa47e4a785ff32 authored by Brad King on 30 June 2023, 13:29:20 UTC
Merge topic 'FetchContent-unparsed-arguments' into release-3.27
Tip revision: 1ac0dea
.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