Commit 8f68e3ee authored by Vladislav Vaintroub's avatar Vladislav Vaintroub

Fix failing test cases on pushbuild

parent 1f07f5c1
...@@ -113,7 +113,10 @@ MACRO(MYSQL_ADD_PLUGIN) ...@@ -113,7 +113,10 @@ MACRO(MYSQL_ADD_PLUGIN)
SET (MYSQLD_STATIC_PLUGIN_LIBS ${MYSQLD_STATIC_PLUGIN_LIBS} SET (MYSQLD_STATIC_PLUGIN_LIBS ${MYSQLD_STATIC_PLUGIN_LIBS}
${target} CACHE INTERNAL "" FORCE) ${target} CACHE INTERNAL "" FORCE)
IF(NOT ARG_MANDATORY) IF(ARG_MANDATORY)
SET(${with_var} ON CACHE INTERNAL "Link ${plugin} statically to the server"
FORCE)
ELSE()
SET(${with_var} ON CACHE BOOL "Link ${plugin} statically to the server" SET(${with_var} ON CACHE BOOL "Link ${plugin} statically to the server"
FORCE) FORCE)
ENDIF() ENDIF()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment