mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
Update cmake/macros/MemoryDebugger.cmake
Co-authored-by: Julian Groß <firedefender1@googlemail.com>
This commit is contained in:
parent
c02c38bf4a
commit
7e91479614
1 changed files with 1 additions and 1 deletions
|
@ -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 ()
|
||||
|
||||
|
|
Loading…
Reference in a new issue