We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414a417 commit 9c38308Copy full SHA for 9c38308
cmake/plugin.cmake
@@ -214,7 +214,8 @@ MACRO(MYSQL_ADD_PLUGIN)
214
ELSE()
215
SET(ver "")
216
ENDIF()
217
- SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} ${ARG_COMPONENT} PARENT_SCOPE)
+ SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} ${ARG_COMPONENT})
218
+ SET(CPACK_COMPONENTS_ALL ${CPACK_COMPONENTS_ALL} PARENT_SCOPE)
219
220
IF (NOT ARG_CLIENT)
221
SET(CPACK_RPM_${ARG_COMPONENT}_PACKAGE_REQUIRES "MariaDB${ver}" PARENT_SCOPE)
0 commit comments