https://github.com/Kitware/CMake
Revision 970052feddcb49f52b49e04a9edd7cb5e9085859 authored by Kyle Edwards on 24 August 2022, 18:14:09 UTC, committed by Kyle Edwards on 24 August 2022, 20:07:24 UTC
Call MatchChildrenFiles() instead of MatchesFiles() in order to
account for files being in subgroups of source groups.

Fixes: #23880
1 parent bcc3965
Raw File
Tip revision: 970052feddcb49f52b49e04a9edd7cb5e9085859 authored by Kyle Edwards on 24 August 2022, 18:14:09 UTC
FILE_SET: Fix source group detection
Tip revision: 970052f
.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