From febb26d4b711762b1ee605705e7fa949b9871df1 Mon Sep 17 00:00:00 2001 From: Shauren Date: Tue, 26 Aug 2014 18:45:54 +0200 Subject: Core/Deps: MySQL sources out. Windows users are now required to download and install mysql server with headers and libraries --- CMakeLists.txt | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'CMakeLists.txt') 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) -- cgit v1.2.3