Navigation Menu

Skip to content

Commit

Permalink
cmake: add missing MANDATORY definition for embedded storage engine
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Nov 20, 2012
1 parent b34ca36 commit 064abcf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Expand Up @@ -148,7 +148,7 @@ endif()
if(WITH_MROONGA_STORAGE_ENGINE)
MYSQL_ADD_PLUGIN(mroonga
"${MROONGA_SOURCES};${LIBMRN_NEED_MYSQL_SOURCES};${LIBMRN_NO_MYSQL_SOURCES}"
STORAGE_ENGINE
STORAGE_ENGINE MANDATORY
LINK_LIBRARIES ${GROONGA_LIBRARIES}
RECOMPILE_FOR_EMBEDDED)
endif()
Expand Down

0 comments on commit 064abcf

Please sign in to comment.