From 7e914796149fdf4579d40d2be0a836bb995e310f Mon Sep 17 00:00:00 2001 From: daleglass <51060919+daleglass@users.noreply.github.com> Date: Thu, 1 Apr 2021 23:16:49 +0200 Subject: [PATCH] Update cmake/macros/MemoryDebugger.cmake MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Julian Groß --- cmake/macros/MemoryDebugger.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmake/macros/MemoryDebugger.cmake b/cmake/macros/MemoryDebugger.cmake index 522c2b3d0b..5aa99787bf 100644 --- a/cmake/macros/MemoryDebugger.cmake +++ b/cmake/macros/MemoryDebugger.cmake @@ -8,7 +8,7 @@ # macro(SETUP_MEMORY_DEBUGGER) -if (NOT "$ENV{VIRCADIA_MEMORY_DEBUGGING}" STREQUAL "") +if ("$ENV{VIRCADIA_MEMORY_DEBUGGING}") SET( VIRCADIA_MEMORY_DEBUGGING true ) endif ()