diff options
author | Axel Cocat <ax.cocat@gmail.com> | 2022-03-28 18:09:00 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-28 18:09:00 +0200 |
commit | 04211a7adb919445eb4640ab613bf20ffb7d0772 (patch) | |
tree | 3a3de04c4f9b5cb5c033420d0ef74f819d5f4d87 /modules | |
parent | 9e7d1e2a3af7b70c6f2f5ed3d23ea4c9c65c2454 (diff) |
fix(modules/CMakeLists): new Eluna module name (#11164)
Diffstat (limited to 'modules')
-rw-r--r-- | modules/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/CMakeLists.txt b/modules/CMakeLists.txt index fe86d38cb0..4b5ceb2587 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() |