Update CMakeLists.txt

This commit is contained in:
NPO 2024-09-28 18:34:36 -04:00
parent fbfbf51e77
commit 226053bb95
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ endif()
pkg_check_modules(SDL2 REQUIRED IMPORTED_TARGET sdl2)
pkg_check_modules(LibArchive REQUIRED IMPORTED_TARGET libarchive)
pkg_check_modules(Zstd REQUIRED IMPORTED_TARGET libzstd)
pkg_search_module(Lua REQUIRED IMPORTED_TARGET lua-5.4 lua-5.3 lua>=5.3)
pkg_search_module(Lua REQUIRED IMPORTED_TARGET lua)
fix_interface_includes(PkgConfig::SDL2 PkgConfig::LibArchive)