fixed -ltcmalloc not defined error

This commit is contained in:
matlabbe
2018-07-30 15:31:49 -04:00
parent 9943c28b88
commit 6fa5e0c8f4
-3
View File
@@ -162,6 +162,3 @@ IF((APPLE AND BUILD_AS_BUNDLE) OR WIN32)
" COMPONENT runtime)
ENDIF((APPLE AND BUILD_AS_BUNDLE) OR WIN32)
if(UNIX AND NOT APPLE)
set (CMAKE_CXX_FLAGS "-ltcmalloc")
ENDIF()