Skip to content

Commit

Permalink
pass MYSQL_MAINTAINER_MODE down to srpm builds
Browse files Browse the repository at this point in the history
fixes errors on rpm-*-debug builder
  • Loading branch information
vuvova committed Jan 31, 2022
1 parent 0943386 commit fb40a2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/cpack_rpm.cmake
Expand Up @@ -352,6 +352,7 @@ MACRO(ADDIF var)
ENDIF()
ENDMACRO()

ADDIF(MYSQL_MAINTAINER_MODE)
ADDIF(CMAKE_BUILD_TYPE)
ADDIF(BUILD_CONFIG)
ADDIF(WITH_SSL)
Expand Down

0 comments on commit fb40a2f

Please sign in to comment.