From 04211a7adb919445eb4640ab613bf20ffb7d0772 Mon Sep 17 00:00:00 2001 From: Axel Cocat Date: Mon, 28 Mar 2022 18:09:00 +0200 Subject: [PATCH] fix(modules/CMakeLists): new Eluna module name (#11164) --- modules/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index fe86d38cb..4b5ceb258 100644 --- a/modules/CMakeLists.txt +++ b/modules/CMakeLists.txt @@ -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()