fix when memory debugging message is printed

This commit is contained in:
Seth Alves 2015-08-20 10:17:13 -07:00
parent c25082d86f
commit 0ac885da80

View file

@ -215,6 +215,9 @@ if (ANDROID OR DESKTOP_GVR)
endif ()
if (DEFINED ENV{HIFI_MEMORY_DEBUGGING})
SET( HIFI_MEMORY_DEBUGGING true )
endif ()
if (HIFI_MEMORY_DEBUGGING)
if (UNIX)
MESSAGE("-- Memory debugging is enabled")
endif (UNIX)