aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt5
1 files changed, 1 insertions, 4 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 2341cb7b96d..5e91c7da4ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -58,10 +58,7 @@ find_package(OpenSSL REQUIRED)
find_package(Threads REQUIRED)
include(ConfigureBoost)
-
-if( NOT USE_MYSQL_SOURCES )
- find_package(MySQL REQUIRED)
-endif()
+find_package(MySQL REQUIRED)
if( UNIX )
find_package(Readline)