https://github.com/Kitware/CMake
Revision 91f4adb0284b20c23223bc0243aa96ff8bbc1941 authored by Adriaan de Groot on 03 July 2018, 12:16:17 UTC, committed by Brad King on 03 July 2018, 15:23:22 UTC
Code added by commit v3.12.0-rc1~53^2 (FindLua: Search for lua.h using
more conventional paths, 2018-05-20) depends on `CMP0012` NEW behavior.
Set the policy explicitly for the scope of the FindLua module.

Fixes: #18142
1 parent 51e7d41
Raw File
Tip revision: 91f4adb0284b20c23223bc0243aa96ff8bbc1941 authored by Adriaan de Groot on 03 July 2018, 12:16:17 UTC
FindLua: Set CMP0012 to NEW for the revised search code
Tip revision: 91f4adb
.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