diff options
author | Sergei Golubchik <sergii@pisem.net> | 2014-03-04 01:22:53 +0100 |
---|---|---|
committer | Sergei Golubchik <sergii@pisem.net> | 2014-03-04 01:22:53 +0100 |
commit | 016bd4fc5fff311dc4091b3b7329cd980dbaa14b (patch) | |
tree | 4d208f3494087c6bc289a911336580e3d6d91e34 /cmake/jemalloc.cmake | |
parent | 8705d00ab62b4d3f749b4b8cba07718e8fd54bcb (diff) | |
download | mariadb-git-016bd4fc5fff311dc4091b3b7329cd980dbaa14b.tar.gz |
MDEV-5620 CMake option to compile against an external PCRE library
Diffstat (limited to 'cmake/jemalloc.cmake')
-rw-r--r-- | cmake/jemalloc.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/jemalloc.cmake b/cmake/jemalloc.cmake index 3df17f362bc..b677f226266 100644 --- a/cmake/jemalloc.cmake +++ b/cmake/jemalloc.cmake @@ -46,7 +46,7 @@ ELSE() ENDIF() SET(WITH_JEMALLOC ${WITH_JEMALLOC_DEFAULT} CACHE STRING - "Which jemalloc to use (possible values are 'no', 'bundled', 'system', 'yes' (system if possible, otherwise bundled)") + "Which jemalloc to use. Possible values are 'no', 'bundled', 'system', 'yes' (system if possible, otherwise bundled)") MACRO (CHECK_JEMALLOC) IF(WITH_JEMALLOC STREQUAL "system" OR WITH_JEMALLOC STREQUAL "yes") |