Skip to content

Commit a3aa291

Browse files
committed
Restore tcmalloc check
1 parent def86e2 commit a3aa291

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ EXECUTE_PROCESS(COMMAND git describe --tags
6666
MESSAGE(STATUS "building from ${GIT_REVISION}")
6767
SET(CPACK_PACKAGE_VERSION_MAJOR "2")
6868
SET(CPACK_PACKAGE_VERSION_MINOR "2")
69-
SET(CPACK_PACKAGE_VERSION_PATCH "4")
69+
SET(CPACK_PACKAGE_VERSION_PATCH "5")
7070
SET(CPACK_PACKAGE_VENDOR "MySQL")
7171
SET(PACKAGE_NAME cetus)
7272

@@ -178,7 +178,7 @@ CHECK_FUNCTION_EXISTS(getaddrinfo HAVE_GETADDRINFO)
178178
# check for gthread actually being present
179179
CHECK_LIBRARY_EXISTS(gthread-2.0 g_thread_init "${GTHREAD_LIBRARY_DIRS}" HAVE_GTHREAD)
180180

181-
#CHECK_LIBRARY_EXISTS(tcmalloc malloc "" HAVE_TCMALLOC)
181+
CHECK_LIBRARY_EXISTS(tcmalloc malloc "" HAVE_TCMALLOC)
182182

183183
#SET(OLD_CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES})
184184
#SET(CMAKE_REQUIRED_LIBRARIES ${CMAKE_REQUIRED_LIBRARIES} ${GTHREAD_LIBRARIES})

0 commit comments

Comments
 (0)