mirror of
https://github.com/BeamMP/BeamMP-Server.git
synced 2025-07-03 08:15:35 +00:00
CMake: Nail down lua to be 5.3
This commit is contained in:
parent
7197c23632
commit
87f23427a1
@ -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}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user