Last-Update: 2016-11-13
Forwarded: not-needed
Author: Dmitry Smirnov <onlyjob@member.fsf.org>
Description: fix FTBFS with MariaDB.

--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -75,9 +75,9 @@
 # We need to be able to detect python module versions and packages hence this function
 find_program(PYTHON_EXEC "python3")
 include(FindPackageHandleStandardArgs)
 
-find_package(MySQL 5.6.0 REQUIRED)
+find_package(MySQL REQUIRED)
 find_package(LibXml2 REQUIRED)
 
 
 find_package(OpenGL REQUIRED)
