Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
5.5.40, 10.0.14
-
Debian GNU/Linux sid
Description
There is a typo in cmake/plugin.cmake:
--- cmake/plugin.cmake.orig 2014-10-08 20:40:56.525225813 +0900
|
+++ cmake/plugin.cmake 2014-10-08 20:41:29.620423548 +0900
|
@@ -65,7 +65,7 @@
|
ENDIF()
|
|
IF(WITH_${plugin}_STORAGE_ENGINE
|
- OR WITH_{$plugin}
|
+ OR WITH_${plugin}
|
OR WITH_ALL
|
OR WITH_MAX
|
AND NOT WITHOUT_${plugin}_STORAGE_ENGINE
|