https://github.com/Kitware/CMake
Revision 3db04c193cb5f9249a0f84d832da5327c4560190 authored by Brad King on 06 April 2020, 14:24:28 UTC, committed by Kitware Robot on 06 April 2020, 14:24:36 UTC
182a104478 Help: Add 3.15 release note for change in -std= flag for compile features

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4574
2 parent s 1a020d9 + 182a104
Raw File
Tip revision: 3db04c193cb5f9249a0f84d832da5327c4560190 authored by Brad King on 06 April 2020, 14:24:28 UTC
Merge topic 'doc-3.15-std-fix' into release-3.17
Tip revision: 3db04c1
.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