https://github.com/Kitware/CMake
Revision 07612646fe28d86330cbd4db9cfd27be1d8fb90f authored by Brad King on 12 December 2019, 16:22:00 UTC, committed by Brad King on 12 December 2019, 16:25:42 UTC
The fix in commit 5117389931 (VS: Fix support for v142 toolset minor
versions, 2019-10-01, v3.15.5~6^2) worked around a bug in VS's placement
of toolset files.   VS 16.5 will fix that bug and restore the original
pattern for locations of toolset files.  Update our logic to look for
both possibilities.

Issue: #19779
1 parent 2a5e5b2
Raw File
Tip revision: 07612646fe28d86330cbd4db9cfd27be1d8fb90f authored by Brad King on 12 December 2019, 16:22:00 UTC
VS: Fix support for v142 toolset minor versions in VS 16.5+
Tip revision: 0761264
.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