From 0db4f018e8df1a44d2657ca21e2e47038c1aab06 Mon Sep 17 00:00:00 2001 From: Naios Date: Mon, 14 Mar 2016 15:45:39 +0100 Subject: CMake: Use inherited dependencies in common and tools (cherry picked from commit abda7a910a760687f9c1b9e0893314e04982c0f1) --- src/server/database/CMakeLists.txt | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/server/database') diff --git a/src/server/database/CMakeLists.txt b/src/server/database/CMakeLists.txt index 5a53899f4cb..f4f160fe1ca 100644 --- a/src/server/database/CMakeLists.txt +++ b/src/server/database/CMakeLists.txt @@ -8,10 +8,6 @@ # WITHOUT ANY WARRANTY, to the extent permitted by law; without even the # implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. -if (NOT MYSQL_FOUND) - message(SEND_ERROR "MySQL wasn't found on your system but it's required to build the servers!") -endif() - if( USE_COREPCH ) include_directories(${CMAKE_CURRENT_BINARY_DIR}) endif() -- cgit v1.2.3