Skip to content

Commit

Permalink
MDEV-27834 Incorrect provides of MariaDB-shared for CentOS8
Browse files Browse the repository at this point in the history
fix bad merge
  • Loading branch information
vuvova committed Apr 12, 2022
1 parent bbdec04 commit d31732e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -407,15 +407,13 @@ IF(WITH_UNIT_TESTS)
ENDIF()
ENDIF()

INCLUDE(cpack_tgz)
INCLUDE(cpack_rpm)
INCLUDE(cpack_deb)

SET (MYSQLD_STATIC_PLUGIN_LIBS "" CACHE INTERNAL "")

INCLUDE(submodules)
INCLUDE(mariadb_connector_c) # this does ADD_SUBDIRECTORY(libmariadb)

INCLUDE(cpack_tgz)
INCLUDE(cpack_rpm)
INCLUDE(cpack_deb)

Expand Down

0 comments on commit d31732e

Please sign in to comment.