https://github.com/Kitware/CMake
Revision 80af3ddea7ce2717c9a33a51954b9ccd6246af1d authored by Brad King on 15 March 2019, 14:05:23 UTC, committed by Brad King on 15 March 2019, 14:05:23 UTC
Our nightly and release binaries build in an environment that does not
support these instructions.  Disable them everywhere for simplicity
because CMake's application of this library is not performance-critical.
1 parent 1761a9a
Raw File
Tip revision: 80af3ddea7ce2717c9a33a51954b9ccd6246af1d authored by Brad King on 15 March 2019, 14:05:23 UTC
zstd: Disable BMI2 instructions for build within CMake
Tip revision: 80af3dd
.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