Commit 88d1c1c5 authored by Sergei Golubchik's avatar Sergei Golubchik

MDEV-15288 Configure errors when building without INNOBASE

parent c051eaba
...@@ -489,4 +489,6 @@ MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOURCES} STORAGE_ENGINE ...@@ -489,4 +489,6 @@ MYSQL_ADD_PLUGIN(innobase ${INNOBASE_SOURCES} STORAGE_ENGINE
MODULE_OUTPUT_NAME ha_innodb MODULE_OUTPUT_NAME ha_innodb
LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT}) LINK_LIBRARIES ${ZLIB_LIBRARY} ${LINKER_SCRIPT})
ADD_DEPENDENCIES(innobase GenError) IF(TARGET innobase)
ADD_DEPENDENCIES(innobase GenError)
ENDIF()
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment