Przeglądaj źródła

Revert "Update torqueConfig.h.in"

This reverts commit bf6c8827a1e6863804c32905f20b1df15b74fa1f.
marauder2k7 5 miesięcy temu
rodzic
commit
f2d4d7103a
1 zmienionych plików z 1 dodań i 4 usunięć
  1. 1 4
      Tools/CMake/torqueConfig.h.in

+ 1 - 4
Tools/CMake/torqueConfig.h.in

@@ -53,12 +53,9 @@
 /// Define me if you want to enable multithreading support.
 /// Define me if you want to enable multithreading support.
 #cmakedefine TORQUE_MULTITHREAD
 #cmakedefine TORQUE_MULTITHREAD
 
 
-#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
 /// Define me if you want to disable Torque memory manager.
 /// Define me if you want to disable Torque memory manager.
 #ifndef TORQUE_ENABLE_ASSERTS
 #ifndef TORQUE_ENABLE_ASSERTS
-#ifdef TORQUE_DISABLE_MEMORY_MANAGER
-#undef TORQUE_DISABLE_MEMORY_MANAGER
-#endif
+#cmakedefine TORQUE_DISABLE_MEMORY_MANAGER
 #endif
 #endif
 
 
 /// Define me if you want to disable the virtual mount system.
 /// Define me if you want to disable the virtual mount system.