https://github.com/Kitware/CMake
Revision cb616d43d6f0912f3b4ab61d210cebe42dbfffb3 authored by Brad King on 16 May 2022, 15:15:34 UTC, committed by Brad King on 16 May 2022, 15:18:00 UTC
The C flags added by commit 6a0ce19ce1 (FortranCInterface: Fix
compatibility with GCC gfortran 12 LTO, 2022-01-19, v3.22.2~5^2)
should only be added for the GNU C compiler.

Fixes: #23500
Issue: #23123
1 parent d478dda
Raw File
Tip revision: cb616d43d6f0912f3b4ab61d210cebe42dbfffb3 authored by Brad King on 16 May 2022, 15:15:34 UTC
FortranCInterface: Fix failure with gfortran 12 and Clang
Tip revision: cb616d4
.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