Skip to content

Commit

Permalink
lua: set minimum version required to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scribam committed Oct 2, 2023
1 parent cb91ad3 commit 252838d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,7 @@ if(NOT LIBRETRO)
target_link_libraries(${PROJECT_NAME} PRIVATE ZLIB::ZLIB)
endif()

find_package(Lua)
find_package(Lua 5.2)
if(NOT APPLE AND LUA_FOUND)
target_compile_definitions(${PROJECT_NAME} PRIVATE USE_LUA)
target_include_directories(${PROJECT_NAME} PRIVATE ${LUA_INCLUDE_DIR} core/deps/luabridge/Source)
Expand Down

0 comments on commit 252838d

Please sign in to comment.