diff options
author | Shauren <shauren.trinity@gmail.com> | 2014-08-26 18:45:54 +0200 |
---|---|---|
committer | Shauren <shauren.trinity@gmail.com> | 2014-08-26 18:45:54 +0200 |
commit | febb26d4b711762b1ee605705e7fa949b9871df1 (patch) | |
tree | 440b73a864b8251070f7988c5c64b1dd5b513d2f /CMakeLists.txt | |
parent | 10dfe19f9c77d5599d854865200bb48353d6b249 (diff) |
Core/Deps: MySQL sources out.
Windows users are now required to download and install mysql server with headers and libraries
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 5 |
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) |