https://github.com/Kitware/CMake
Revision 783f4720f508405f0f4e30a1ba903d2851b41053 authored by Brad King on 11 February 2020, 13:17:38 UTC, committed by Kitware Robot on 11 February 2020, 13:17:45 UTC
b4d5ea8233 FindMPI: Preserve order of include directories on re-runs of CMake
8261ee3a9c FindMPI: Restore re-construction of include directories

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !4341
2 parent s 35e9fbe + b4d5ea8
Raw File
Tip revision: 783f4720f508405f0f4e30a1ba903d2851b41053 authored by Brad King on 11 February 2020, 13:17:38 UTC
Merge topic 'FindMPI-fix-rerun' into release-3.17
Tip revision: 783f472
.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