Update cmake/macros/MemoryDebugger.cmake

Co-authored-by: Julian Groß  <firedefender1@googlemail.com>
This commit is contained in:
daleglass 2021-04-01 23:16:49 +02:00 committed by GitHub
parent c02c38bf4a
commit 7e91479614
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 ()