summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--plugin/daemon_example/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugin/daemon_example/CMakeLists.txt b/plugin/daemon_example/CMakeLists.txt
index abb9a0d49df..de4310b0244 100644
--- a/plugin/daemon_example/CMakeLists.txt
+++ b/plugin/daemon_example/CMakeLists.txt
@@ -14,4 +14,4 @@
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
MYSQL_ADD_PLUGIN(daemon_example daemon_example.cc
- MODULE_ONLY MODULE_NAME "libdaemon_example")
+ MODULE_ONLY MODULE_OUTPUT_NAME "libdaemon_example")