From f2d4d7103ab59532e73eeeb9f2830e406455578c Mon Sep 17 00:00:00 2001 From: marauder2k7 Date: Sun, 11 May 2025 15:54:12 +0100 Subject: [PATCH] Revert "Update torqueConfig.h.in" This reverts commit bf6c8827a1e6863804c32905f20b1df15b74fa1f. --- Tools/CMake/torqueConfig.h.in | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/Tools/CMake/torqueConfig.h.in b/Tools/CMake/torqueConfig.h.in index dde50431b..a0bbc70a8 100644 --- a/Tools/CMake/torqueConfig.h.in +++ b/Tools/CMake/torqueConfig.h.in @@ -53,12 +53,9 @@ /// Define me if you want to enable multithreading support. #cmakedefine TORQUE_MULTITHREAD -#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER /// Define me if you want to disable Torque memory manager. #ifndef TORQUE_ENABLE_ASSERTS -#ifdef TORQUE_DISABLE_MEMORY_MANAGER -#undef TORQUE_DISABLE_MEMORY_MANAGER -#endif +#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER #endif /// Define me if you want to disable the virtual mount system.