mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2026-06-17 14:12:25 +00:00
CMake: Nail down lua to be 5.3
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ target_include_directories(BeamMP-Server PUBLIC
|
|||||||
"${CMAKE_CURRENT_SOURCE_DIR}/commandline")
|
"${CMAKE_CURRENT_SOURCE_DIR}/commandline")
|
||||||
|
|
||||||
message(STATUS "Looking for Lua")
|
message(STATUS "Looking for Lua")
|
||||||
find_package(Lua REQUIRED)
|
find_package(Lua REQUIRED VERSION 5.3)
|
||||||
target_include_directories(BeamMP-Server PUBLIC
|
target_include_directories(BeamMP-Server PUBLIC
|
||||||
${LUA_INCLUDE_DIR}
|
${LUA_INCLUDE_DIR}
|
||||||
${CURL_INCLUDE_DIRS}
|
${CURL_INCLUDE_DIRS}
|
||||||
|
|||||||
Reference in New Issue
Block a user