Undo the previous change which caused compile-errors

This commit is contained in:
Soonho Kong 2013-09-21 00:04:23 -07:00
parent 66ba1a20d7
commit 48318511f2

View file

@ -89,7 +89,6 @@ if("${READLINE}" MATCHES "ON")
endif()
# Check malloc_usable_size
set(MALLOC_DIR "")
if(NOT "${TCMALLOC_FOUND}" AND "${TRACK_MEMORY_USAGE}" MATCHES "ON")
find_package(MallocUsableSize)
if("${MUS_FOUND}" MATCHES "TRUE")