From 8d57be9e3eeab012b28c95cb78236c2487076642 Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Sun, 22 Jun 2025 15:38:53 -0500 Subject: [PATCH] Update CMakeLists.txt --- zone/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zone/CMakeLists.txt b/zone/CMakeLists.txt index 9bdcc1f66..e957f79c9 100644 --- a/zone/CMakeLists.txt +++ b/zone/CMakeLists.txt @@ -277,7 +277,7 @@ set(lua_sources add_library(lua_zone STATIC ${lua_sources}) if (NOT WIN32) set_target_properties(lua_zone PROPERTIES UNITY_BUILD ON UNITY_BUILD_BATCH_SIZE 8) -else() +endif() # perl unity build set(perl_sources