diff options
author | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-12 02:03:05 +0100 |
---|---|---|
committer | Vladislav Vaintroub <vvaintroub@mysql.com> | 2009-12-12 02:03:05 +0100 |
commit | cedb6101db403430d593431478fddd3c3da9b267 (patch) | |
tree | 4007236a6bd4922f17a327fd7e196d8bda1a9350 /storage/myisammrg | |
parent | a6f6932e26f74557f674bc848271ed6a28de5bb6 (diff) | |
download | mariadb-git-cedb6101db403430d593431478fddd3c3da9b267.tar.gz |
Cleanup, use MYSQL_INSTALL_TARGETS macro instead of INSTALL(TARGETS) combined with
INSTALL_DEBUG_SYMBOLS
Diffstat (limited to 'storage/myisammrg')
-rwxr-xr-x | storage/myisammrg/CMakeLists.txt | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/storage/myisammrg/CMakeLists.txt b/storage/myisammrg/CMakeLists.txt index 59bc5ce4fc1..44f2e276c19 100755 --- a/storage/myisammrg/CMakeLists.txt +++ b/storage/myisammrg/CMakeLists.txt @@ -13,9 +13,6 @@ # along with this program; if not, write to the Free Software # Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA -SET(MYISAMMRG_PLUGIN_STATIC "myisammrg") -SET(MYISAMMRG_PLUGIN_MANDATORY 1) - SET(MYISAMMRG_SOURCES myrg_close.c myrg_create.c myrg_delete.c myrg_extra.c myrg_info.c ha_myisammrg.cc myrg_locking.c myrg_open.c myrg_panic.c myrg_queue.c myrg_range.c |