summaryrefslogtreecommitdiff
path: root/plugin/feedback/CMakeLists.txt
diff options
context:
space:
mode:
authorSergei Golubchik <serg@mariadb.org>2014-09-26 17:02:47 +0200
committerSergei Golubchik <serg@mariadb.org>2014-10-01 23:38:28 +0200
commit8877adb773abeafafcdee18fe30fca1c8589ee2c (patch)
tree2142118f745da6a729301361da9a8a01aea940ce /plugin/feedback/CMakeLists.txt
parentc6b95222c3c614342575f752a6787b83fe6ffaa4 (diff)
downloadmariadb-git-8877adb773abeafafcdee18fe30fca1c8589ee2c.tar.gz
fixing embedded: first set of changes (storage engines don't work yet)
Diffstat (limited to 'plugin/feedback/CMakeLists.txt')
-rw-r--r--plugin/feedback/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/feedback/CMakeLists.txt b/plugin/feedback/CMakeLists.txt
index 9070de26ccb..a243ba07751 100644
--- a/plugin/feedback/CMakeLists.txt
+++ b/plugin/feedback/CMakeLists.txt
@@ -18,7 +18,6 @@ IF(WIN32)
ENDIF(WIN32)
MYSQL_ADD_PLUGIN(FEEDBACK ${FEEDBACK_SOURCES}
- RECOMPILE_FOR_EMBEDDED
LINK_LIBRARIES ${SSL_LIBRARIES}
${MAYBE_STATIC_ONLY} DEFAULT)