File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ EXECUTE_PROCESS(COMMAND git describe --tags
6666MESSAGE (STATUS "building from ${GIT_REVISION} " )
6767SET (CPACK_PACKAGE_VERSION_MAJOR "2" )
6868SET (CPACK_PACKAGE_VERSION_MINOR "2" )
69- SET (CPACK_PACKAGE_VERSION_PATCH "4 " )
69+ SET (CPACK_PACKAGE_VERSION_PATCH "5 " )
7070SET (CPACK_PACKAGE_VENDOR "MySQL" )
7171SET (PACKAGE_NAME cetus)
7272
@@ -178,7 +178,7 @@ CHECK_FUNCTION_EXISTS(getaddrinfo HAVE_GETADDRINFO)
178178# check for gthread actually being present
179179CHECK_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})
You can’t perform that action at this time.
0 commit comments