Core/Deps: MySQL sources out.

Windows users are now required to download and install mysql server with headers and libraries
This commit is contained in:
Shauren
2014-08-26 18:45:54 +02:00
parent 10dfe19f9c
commit febb26d4b7
282 changed files with 1 additions and 198742 deletions

View File

@@ -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)