https://github.com/Kitware/CMake
Revision a1fe3be2bf93d5ff145ede509db6c454870d979f authored by Brad King on 26 October 2020, 14:28:09 UTC, committed by Kitware Robot on 26 October 2020, 14:28:30 UTC
cd33bfcad5 add_custom_command: Properly recognize if sources depend on config

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !5410
2 parent s 6335b67 + cd33bfc
Raw File
Tip revision: a1fe3be2bf93d5ff145ede509db6c454870d979f authored by Brad King on 26 October 2020, 14:28:09 UTC
Merge topic 'per-config-source-TARGET_FILE' into release-3.19
Tip revision: a1fe3be
.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