summaryrefslogtreecommitdiff
path: root/games-strategy/s25rttr/files/s25rttr-0.9.0_pre20200723-cmake_lua_version.patch
blob: 07c8403ffe40696cd7079e1f805a325b9a8f21b2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/libs/libGamedata/CMakeLists.txt
+++ b/libs/libGamedata/CMakeLists.txt
@@ -11,7 +11,7 @@
 FILE(GLOB SOURCES_OTHER *.cpp *.h)
 SOURCE_GROUP(other FILES ${SOURCES_OTHER})
 
-find_package(Lua 5.1 REQUIRED)
+find_package(Lua ${LUA_VERSION} EXACT REQUIRED)
 
 include(GatherDll)
 gather_dll(Lua)