From 78dde957e96bb862f217cedda9e8f076c7a94fb7 Mon Sep 17 00:00:00 2001 From: Satya B Date: Tue, 20 Oct 2009 16:11:50 +0530 Subject: 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 --- storage/innobase/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'storage') diff --git a/storage/innobase/CMakeLists.txt b/storage/innobase/CMakeLists.txt index 2dfd19ef06c..57ad7f4b28c 100644 --- a/storage/innobase/CMakeLists.txt +++ b/storage/innobase/CMakeLists.txt @@ -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) -- cgit v1.2.1