From b7d11f6b006c8fd49c43aeeda609c989f58c5d94 Mon Sep 17 00:00:00 2001 From: Marko Oldenburg Date: Thu, 24 Feb 2022 14:40:46 +0100 Subject: [PATCH] change header discription --- cmake/FindLua.cmake | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cmake/FindLua.cmake b/cmake/FindLua.cmake index 0ed5b56..6628209 100644 --- a/cmake/FindLua.cmake +++ b/cmake/FindLua.cmake @@ -16,6 +16,7 @@ #============================================================================= # Copyright 2007-2009 Kitware, Inc. # Modified to support Lua 5.2 by LuaDist 2012 +# Modified to support Lua 5.4 by LuaDist 2022 # # Distributed under the OSI-approved BSD License (the "License"); # see accompanying file Copyright.txt for details. @@ -27,7 +28,7 @@ # (To distribute this file outside of CMake, substitute the full # License text for the above reference.) # -# This module will try to find the newest Lua version down to 5.2 +# This module will try to find the newest Lua version down to 5.4 # Always search for non-versioned lua first (recommended) SET(_POSSIBLE_LUA_INCLUDE include include/lua)