fix(modules/CMakeLists): new Eluna module name (#11164)
This commit is contained in:
parent
9e7d1e2a3a
commit
04211a7adb
1 changed files with 2 additions and 2 deletions
|
|
@ -78,8 +78,8 @@ foreach(SOURCE_MODULE ${MODULES_MODULE_LIST})
|
|||
set(${MODULE_MODULE_VARIABLE} "static")
|
||||
endif()
|
||||
|
||||
# Use only static for mod-eluna-lua-engine
|
||||
if (SOURCE_MODULE MATCHES "mod-eluna-lua-engine")
|
||||
# Use only static for mod-eluna
|
||||
if (SOURCE_MODULE MATCHES "mod-eluna")
|
||||
ConfigureElunaModule(${SOURCE_MODULE})
|
||||
endif()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue