Update CMakeLists.txt find lua package...

This commit is contained in:
NPO 2024-09-28 13:37:18 -04:00 committed by GitHub
parent 8d0de893dd
commit 5eccaae561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ set(CMAKE_AUTORCC ON)
find_package(Threads REQUIRED)
find_package(PkgConfig REQUIRED)
find_package(Lua51 REQUIRED)
if (BUILD_STATIC)
list(APPEND PKG_CONFIG_EXECUTABLE "--static")