xiezhenye / mysql-plugin-disable-myisam

MySQL plugin to disable creating MYISAM tables.
GNU General Public License v2.0
25 stars 7 forks source link

Cmake Failure #8

Open dileepchittaluri opened 8 years ago

dileepchittaluri commented 8 years ago

On executing cmake . -DBUILD_CONFIG=mysql_release

CMake Error at CMakeLists.txt:17 (MYSQL_ADD_PLUGIN): Unknown CMake command "MYSQL_ADD_PLUGIN".

xiezhenye commented 8 years ago

cmake should be run in mysql source root, not the plugin directory.

uzairali37 commented 7 years ago

i have the same error but how can i run the cmake from mysql source root can you explain little bit please.

epikjjh commented 4 years ago

Same error here. Could you explain a little bit more?