diff --git a/Tools/CMake/torqueConfig.h.in b/Tools/CMake/torqueConfig.h.in index dde50431b..717c05eb1 100644 --- a/Tools/CMake/torqueConfig.h.in +++ b/Tools/CMake/torqueConfig.h.in @@ -53,13 +53,8 @@ /// 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 -#endif +#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER /// Define me if you want to disable the virtual mount system. #cmakedefine TORQUE_DISABLE_VIRTUAL_MOUNT_SYSTEM