https://github.com/Kitware/CMake
Revision eb0498357f35317451dd2c41b68c4d9b52af64fc authored by Brad King on 16 April 2018, 15:50:05 UTC, committed by Brad King on 16 April 2018, 15:56:23 UTC
Extend the fix in commit v3.9.6~1^2 (Restore exclusion of "gcc_eh" from
implicit link libraries, 2017-11-07) to also exclude `gcc_eh` libraries
referenced by absolute path to the library file.

Issue: #17436
1 parent 61fd4c7
Raw File
Tip revision: eb0498357f35317451dd2c41b68c4d9b52af64fc authored by Brad King on 16 April 2018, 15:50:05 UTC
Exclude "libgcc_eh" library files from implicit link libraries
Tip revision: eb04983
.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