Added support for automatically select Lua 5.2 is it's available, then falling back to checking for Lua 5.1 otherwise.
This commit is contained in:
@@ -539,8 +539,10 @@ ELSE()
|
||||
FIND_PACKAGE(Asio)
|
||||
ENDIF()
|
||||
FIND_PACKAGE(ZeroConf)
|
||||
#FIND_PACKAGE(Lua52)
|
||||
FIND_PACKAGE(Lua51)
|
||||
FIND_PACKAGE(Lua52)
|
||||
IF (NOT (LUA_LIBRARIES AND LUA_INCLUDE_DIR))
|
||||
FIND_PACKAGE(Lua51)
|
||||
ENDIF()
|
||||
FIND_PACKAGE(V8)
|
||||
FIND_PACKAGE(PythonLibs)
|
||||
ENDIF()
|
||||
|
||||
Reference in New Issue
Block a user