summaryrefslogtreecommitdiff
path: root/cmake
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2020-05-26 12:11:24 +0200
committerSergei Golubchik <serg@mariadb.org>2020-05-27 15:56:40 +0200
commit2c9c9acbfc8740dfacc2c0ce88717dfa203b479c (patch)
tree481287de6cc986a4f4803c857f2e2dc628349cfe /cmake
parent9fd8f1b26406747f82913cf97034d9a4eb3d0a2e (diff)
downloadmariadb-git-2c9c9acbfc8740dfacc2c0ce88717dfa203b479c.tar.gz
bintars should use bundled PCRE
Diffstat (limited to 'cmake')
-rw-r--r--cmake/build_configurations/mysql_release.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmake/build_configurations/mysql_release.cmake b/cmake/build_configurations/mysql_release.cmake
index 1609c45a632..9d3785e152b 100644
--- a/cmake/build_configurations/mysql_release.cmake
+++ b/cmake/build_configurations/mysql_release.cmake
@@ -104,6 +104,7 @@ ELSEIF(DEB)
SET(HAVE_EMBEDDED_PRIVILEGE_CONTROL ON)
ELSE()
SET(WITH_SSL bundled CACHE STRING "")
+ SET(WITH_PCRE bundled CACHE STRING "")
SET(WITH_ZLIB bundled CACHE STRING "")
SET(WITH_JEMALLOC static CACHE STRING "")
ENDIF()