Skip to content

Commit 9c38308

Browse files
committed
MDEV-10086 no gssapi-server RPM package anymore in 10.1
set CPACK_COMPONENTS_ALL both on the current and parent scope
1 parent 414a417 commit 9c38308

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmake/plugin.cmake

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,8 @@ MACRO(MYSQL_ADD_PLUGIN)
214214
ELSE()
215215
SET(ver "")
216216
ENDIF()
217-
SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} ${ARG_COMPONENT} PARENT_SCOPE)
217+
SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} ${ARG_COMPONENT})
218+
SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} PARENT_SCOPE)
218219

219220
IF (NOT ARG_CLIENT)
220221
SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB${ver}" PARENT_SCOPE)

0 commit comments

Comments
 (0)