summaryrefslogtreecommitdiff
path: root/cmake/plugin.cmake
diff options
context:
space:
mode:
authorAditya A <aditya.a@oracle.com>2018-07-09 17:25:49 +0530
committerAditya A <aditya.a@oracle.com>2018-07-09 17:25:49 +0530
commitc54271723c6f2f4e5b77cd8faf91e89412730209 (patch)
tree98846d0d72c9d916a60559b0c8f091ab8466e16e /cmake/plugin.cmake
parent28b052190e377bdfe176e1dc71d268b94c832263 (diff)
downloadmariadb-git-c54271723c6f2f4e5b77cd8faf91e89412730209.tar.gz
Bug #26275510 BUNDLED ZLIB DOESN'T INCLUDE FIXES FOR SOME VULNERABILITIES
Upgrading the zlib lib to 1.2.11
Diffstat (limited to 'cmake/plugin.cmake')
-rw-r--r--cmake/plugin.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/cmake/plugin.cmake b/cmake/plugin.cmake
index e946f0ff863..77001edfd34 100644
--- a/cmake/plugin.cmake
+++ b/cmake/plugin.cmake
@@ -1,4 +1,4 @@
-# Copyright (c) 2009, 2012, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2009, 2018, Oracle and/or its affiliates. All rights reserved.
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -56,7 +56,7 @@ MACRO(MYSQL_ADD_PLUGIN)
${CMAKE_SOURCE_DIR}/sql
${CMAKE_SOURCE_DIR}/regex
${SSL_INCLUDE_DIRS}
- ${ZLIB_INCLUDE_DIR})
+ )
LIST(GET ARG_DEFAULT_ARGS 0 plugin)
SET(SOURCES ${ARG_DEFAULT_ARGS})