1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03: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:
Satya B
2009-10-20 16:11:50 +05:30
parent bca54639b6
commit 0ddb2ca740

View File

@@ -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)