summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2020-07-02 12:32:25 (GMT)
committerKitware Robot <kwrobot@kitware.com>2020-07-02 12:34:27 (GMT)
commit55a9298ac6cc8c9d6bb5561d65c0e3b873abc8a5 (patch)
tree80a418b111cafb92b1163acbacf4cc209c86493d
parent6935ffd550a6e232547f29cf515030697c33e10f (diff)
parentbbb7f0e27143f2780425c0b3b1004d749bfb7d4f (diff)
downloadCMake-55a9298ac6cc8c9d6bb5561d65c0e3b873abc8a5.zip
CMake-55a9298ac6cc8c9d6bb5561d65c0e3b873abc8a5.tar.gz
CMake-55a9298ac6cc8c9d6bb5561d65c0e3b873abc8a5.tar.bz2
Merge topic 'FindLua-5.4' into release-3.18
bbb7f0e271 FindLua: Add support for Lua 5.4 Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !4959
-rw-r--r--Modules/FindLua.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/Modules/FindLua.cmake b/Modules/FindLua.cmake
index 0b0c970..c4361b7 100644
--- a/Modules/FindLua.cmake
+++ b/Modules/FindLua.cmake
@@ -48,7 +48,7 @@ unset(_lua_append_versions)
# this is a function only to have all the variables inside go away automatically
function(_lua_get_versions)
- set(LUA_VERSIONS5 5.3 5.2 5.1 5.0)
+ set(LUA_VERSIONS5 5.4 5.3 5.2 5.1 5.0)
if (Lua_FIND_VERSION_EXACT)
if (Lua_FIND_VERSION_COUNT GREATER 1)