You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/games-strategy/s25rttr/files/s25rttr-0.9.0_pre20200723-c...

12 lines
296 B

--- 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)