Skip to content
Permalink
Browse files
MDEV-15288 Configure errors when building without INNOBASE
  • Loading branch information
vuvova committed Feb 21, 2018
1 parent c051eab commit 88d1c1c
Showing 1 changed file with 3 additions and 1 deletion.
@@ -489,4 +489,6 @@ MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOURCES} STORAGE_ENGINE
MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT})

ADD_DEPENDENCIES(innobase GenError)
IF(TARGET innobase)
ADD_DEPENDENCIES(innobase GenError)
ENDIF()

0 comments on commit 88d1c1c

Please sign in to comment.