mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 07:35:32 +02:00
Fix the windows Build failure due to the changes to CMakelists by r2910.
Remove the extra line which try to use the name INNOBASE again. The IF ELSE loop above declares the library name based on the version of mysql
This commit is contained in:
parent
221c7df75c
commit
78dde957e9
1 changed files with 0 additions and 1 deletions
|
|
@ -100,4 +100,3 @@ ELSE (MYSQL_VERSION_ID GREATER "50137")
|
|||
ADD_DEPENDENCIES(innobase GenError)
|
||||
ENDIF (NOT SOURCE_SUBLIBS)
|
||||
ENDIF (MYSQL_VERSION_ID GREATER "50137")
|
||||
MYSQL_STORAGE_ENGINE(INNOBASE)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue