mirror of
https://github.com/mod-playerbots/azerothcore-wotlk.git
synced 2026-02-07 21:01:37 +00:00
fix(modules/CMakeLists): new Eluna module name (#11164)
This commit is contained in:
@@ -78,8 +78,8 @@ foreach(SOURCE_MODULE ${MODULES_MODULE_LIST})
|
|||||||
set(${MODULE_MODULE_VARIABLE} "static")
|
set(${MODULE_MODULE_VARIABLE} "static")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Use only static for mod-eluna-lua-engine
|
# Use only static for mod-eluna
|
||||||
if (SOURCE_MODULE MATCHES "mod-eluna-lua-engine")
|
if (SOURCE_MODULE MATCHES "mod-eluna")
|
||||||
ConfigureElunaModule(${SOURCE_MODULE})
|
ConfigureElunaModule(${SOURCE_MODULE})
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user