https://github.com/Kitware/CMake
Revision 1bfe1d42bc6e5aeae914dd1b4cad993ca2ba8519 authored by Brad King on 10 July 2020, 10:43:58 UTC, committed by Kitware Robot on 10 July 2020, 10:45:09 UTC
961ee62faa Help: Update get_property and get_source_file_property docs
1235f2d747 set_property: Allow both DIRECTORY and TARGET_DIRECTORY together
177052d6b8 set_property: Fix name of TARGET_DIRECTORY option in error messages

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4994
2 parent s d8cdec0 + 961ee62
Raw File
Tip revision: 1bfe1d42bc6e5aeae914dd1b4cad993ca2ba8519 authored by Brad King on 10 July 2020, 10:43:58 UTC
Merge topic 'source_file_both_props' into release-3.18
Tip revision: 1bfe1d4
.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