mirror of
https://github.com/MariaDB/server.git
synced 2025-01-16 03:52:35 +01:00
MDEV-6854 Typo in cmake/plugin.cmake
This commit is contained in:
parent
c4598ce300
commit
241294b53a
1 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@ MACRO(MYSQL_ADD_PLUGIN)
|
|||
ENDIF()
|
||||
|
||||
IF(WITH_${plugin}_STORAGE_ENGINE
|
||||
OR WITH_{$plugin}
|
||||
OR WITH_${plugin}
|
||||
OR WITH_ALL
|
||||
OR WITH_MAX
|
||||
AND NOT WITHOUT_${plugin}_STORAGE_ENGINE
|
||||
|
|
Loading…
Reference in a new issue