mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix(CMakeList): Set LUA_STATIC default to "ON" (#216)
This commit is contained in:
@@ -7,7 +7,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL "3.24.0")
|
|||||||
cmake_policy(SET CMP0135 NEW)
|
cmake_policy(SET CMP0135 NEW)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
option(LUA_STATIC "link lua statically" OFF)
|
option(LUA_STATIC "link lua statically" ON)
|
||||||
if (LUA_STATIC)
|
if (LUA_STATIC)
|
||||||
MESSAGE(STATUS "Lua linking: static")
|
MESSAGE(STATUS "Lua linking: static")
|
||||||
else()
|
else()
|
||||||
|
|||||||
Reference in New Issue
Block a user