[11197] Allow of std malloc use instead of TBB

Signed-off-by: VladimirMangos <vladimir@getmangos.com>
This commit is contained in:
cipherCOM 2011-02-22 19:54:48 +03:00 committed by VladimirMangos
parent fd39a2bdb9
commit f9c184b097
3 changed files with 22 additions and 16 deletions

View file

@ -16,7 +16,7 @@
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
if(NOT TBB_USE_EXTERNAL)
if(NOT (TBB_USE_EXTERNAL OR USE_STD_MALLOC))
add_subdirectory(tbb)
endif()