mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
merge
This commit is contained in:
commit
57bb4dee2e
1 changed files with 4 additions and 5 deletions
|
@ -81,12 +81,11 @@ INSTALL(FILES
|
|||
)
|
||||
|
||||
# TCMalloc hacks
|
||||
IF($ENV{MALLOC_LIB})
|
||||
SET(MALLOC_LIB $ENV{MALLOC_LIB} CACHE STRING "malloc library")
|
||||
ENDIF()
|
||||
|
||||
IF(MALLOC_LIB)
|
||||
INSTALL(FILES ${MALLOC_LIB} DESTINATION lib OPTIONAL)
|
||||
MESSAGE("Using tcmalloc '${MALLOC_LIB}'")
|
||||
INSTALL(FILES ${MALLOC_LIB} DESTINATION ${INSTALL_LIBDIR} OPTIONAL)
|
||||
ELSE()
|
||||
MESSAGE("No 'MALLOC_LIB' variable")
|
||||
ENDIF()
|
||||
|
||||
IF(CMAKE_GENERATOR MATCHES "Makefiles")
|
||||
|
|
Loading…
Add table
Reference in a new issue