diff options
Diffstat (limited to 'plugin')
-rw-r--r-- | plugin/debug_key_management/CMakeLists.txt | 2 | ||||
-rw-r--r-- | plugin/example_key_management/CMakeLists.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/plugin/debug_key_management/CMakeLists.txt b/plugin/debug_key_management/CMakeLists.txt index 101a790023d..eeb8a3bf4d2 100644 --- a/plugin/debug_key_management/CMakeLists.txt +++ b/plugin/debug_key_management/CMakeLists.txt @@ -1,2 +1,2 @@ MYSQL_ADD_PLUGIN(DEBUG_KEY_MANAGEMENT debug_key_management_plugin.cc - MODULE_ONLY) + MODULE_ONLY COMPONENT Test) diff --git a/plugin/example_key_management/CMakeLists.txt b/plugin/example_key_management/CMakeLists.txt index a121e6c1f7d..fe893e5368e 100644 --- a/plugin/example_key_management/CMakeLists.txt +++ b/plugin/example_key_management/CMakeLists.txt @@ -1,2 +1,2 @@ MYSQL_ADD_PLUGIN(EXAMPLE_KEY_MANAGEMENT example_key_management_plugin.cc - MODULE_ONLY) + MODULE_ONLY COMPONENT Test) |