Undo the previous change which caused compile-errors
This commit is contained in:
parent
66ba1a20d7
commit
48318511f2
1 changed files with 0 additions and 1 deletions
|
@ -89,7 +89,6 @@ if("${READLINE}" MATCHES "ON")
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
# Check malloc_usable_size
|
# Check malloc_usable_size
|
||||||
set(MALLOC_DIR "")
|
|
||||||
if(NOT "${TCMALLOC_FOUND}" AND "${TRACK_MEMORY_USAGE}" MATCHES "ON")
|
if(NOT "${TCMALLOC_FOUND}" AND "${TRACK_MEMORY_USAGE}" MATCHES "ON")
|
||||||
find_package(MallocUsableSize)
|
find_package(MallocUsableSize)
|
||||||
if("${MUS_FOUND}" MATCHES "TRUE")
|
if("${MUS_FOUND}" MATCHES "TRUE")
|
||||||
|
|
Loading…
Reference in a new issue